All Projects → akshayejh → Firebase Device To Device Push Notification

akshayejh / Firebase Device To Device Push Notification

Source File for Tutorial Video of Firebase Android.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Firebase Device To Device Push Notification

Space
A real time chat app for developers built using React, Redux, Electron and Firebase
Stars: ✭ 161 (+312.82%)
Mutual labels:  firebase-database, chat-application
Chatapp
Chat App with all functionality private chat, contacts, friends request, find friends,for profile settings image cropper functionality, settings, logout also send text, image and all type of files, delete your files for you and everyone , login with email and mobile number and real time database firebase and for notification purpose Node Js used.
Stars: ✭ 25 (-35.9%)
Mutual labels:  firebase-database, chat-application
anonymous-web
💬 A PreactJS powered progressive web (chat) application (Not active)
Stars: ✭ 28 (-28.21%)
Mutual labels:  chat-application, firebase-database
Heal O Chat
Heal-O-Chat is a Social Media Application for people who have been feeling less motivated in life or are losing hope. This platform allows users to chat with people and share their thoughts and feelings with each other and thereby let go of stress, anxiety, and depression that they've been feeling for long.
Stars: ✭ 42 (+7.69%)
Mutual labels:  firebase-database, chat-application
Whatsup
**Deprecated** Real time chat app written in Swift 4 using Firebase and OTP Authentication
Stars: ✭ 39 (+0%)
Mutual labels:  firebase-database, chat-application
Codablefirebase
Use Codable with Firebase
Stars: ✭ 635 (+1528.21%)
Mutual labels:  firebase-database
Chat
Instant messaging platform. Backend in Go. Clients: Swift iOS, Java Android, JS webapp, scriptable command line; chatbots
Stars: ✭ 8,238 (+21023.08%)
Mutual labels:  chat-application
Darkwire.io
End-to-end encrypted instant web chat
Stars: ✭ 594 (+1423.08%)
Mutual labels:  chat-application
Quickstart Unity
Firebase Quickstart Samples for Unity
Stars: ✭ 553 (+1317.95%)
Mutual labels:  firebase-database
React Bell Chat
🔔 Easy to use chat user interface for React
Stars: ✭ 38 (-2.56%)
Mutual labels:  chat-application
Chat21 Ios Sdk
DEPRECATED
Stars: ✭ 15 (-61.54%)
Mutual labels:  chat-application
Vue Realtime Dashboard
a simple vuejs realtime dashboard with firebase, google maps & chartjs
Stars: ✭ 22 (-43.59%)
Mutual labels:  firebase-database
Fb Messenger Cli
fb-messenger-cli, console Facebook messenger
Stars: ✭ 665 (+1605.13%)
Mutual labels:  chat-application
Abapfire
ABAP Firebase Client
Stars: ✭ 11 (-71.79%)
Mutual labels:  firebase-database
Firextensions
[DEPRECATED] 🔥 Unofficial Kotlin Extensions for the Firebase Android SDK.
Stars: ✭ 30 (-23.08%)
Mutual labels:  firebase-database
Firebaseandroidchat
Chat with features : Login with Google | Send Photo Camera | Send Photo Gallery | Send Location
Stars: ✭ 571 (+1364.1%)
Mutual labels:  chat-application
Fsfirestore
Functional F# library to access Firestore database hosted on Google Cloud Platform (GCP) or Firebase.
Stars: ✭ 22 (-43.59%)
Mutual labels:  firebase-database
Homenaje A Moviefire
Homenaje a MovieFire
Stars: ✭ 12 (-69.23%)
Mutual labels:  firebase-database
Otto
Otto makes machine learning an intuitive, natural language experience. 🏆 Facebook AI Hackathon winner ⭐️ #1 Trending on MadeWithML.com ⭐️ #4 Trending JavaScript Project on GitHub ⭐️ #15 Trending (All Languages) on GitHub
Stars: ✭ 894 (+2192.31%)
Mutual labels:  chat-application
Wanderlust The Travellers App
👟 An android application for travellers which allows them to save their journey experiences at one place in an organizable way. For detailed description, read the README.md file. Moreover, the application's design follows the latest HCI and UI/UX design guidelines.
Stars: ✭ 23 (-41.03%)
Mutual labels:  firebase-database

Firebase Device to Device Push Notification

About This Project ( Must Read )

This project is based on "Lapit Chat App Series" Tutorial, all the commands are customized according to the Tutorial series. To have better understanding on the "index.js" read full details below or you can also watch Tutorial here :

Part - 21 : Firebase Push Notification with Android

Part - 22 : Firebase Push Notification with Android

Part - 23 : Firebase Push Notification with Android

Or you can Browser the full "Lapit - Chat App series" here :

Lapit Chat App - Firebase - Android Studio

Downloading "index.js" File

You can download and use index.js in your Firebase Functions Folder.

Check the index file here : index.js

Firebase Database Structure

Users Table :

- Users
  - user_push_id
    - device_token : user_device_token
    - name : user_name

Notification Table :

- notifications
  - to_user_id
    - notification_id
      - from : from_user_id

Important :

Currently this method works with user who is logged in a single device instead of multiple. I'll be adding code for Multiple device login too, in future.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].