#firebasenotifications #android #cloudmessaging
In this video we will connect app to Firebase through the Firebase Assistant and send a notification to app in the background.
Send notification from firebase in your android project.
-- open firebase assistant and then connect your project to firebase and then add firebase messaging dependency in your gradle build and then sync your project.
---After that create a new services package and then a new java class MyFirebaseService and then Implement onMessageReceived method .
---after that add services in your manifest file and then run your app.
#firebasenotificationsandroid
#FirebaseRealtimedatabasetutorial