-2

The Notification Option in Firebase Assitance is not showing. I search a lot but i did not find solution. if You know please help I am beginner

enter image description here

enter image description here

Frank van Puffelen
  • 565,676
  • 79
  • 828
  • 807
  • 1
    Typically screen shots of code are not helpful. Please post the code and configuration you have so far as *TEXT*. – RyanNerd Jul 01 '18 at 07:14
  • @RyanNerd The Firebase Assistant is a GUI add-on to Android Studio. In this case the screenshots seem the only way to show that OP is looking for. – Frank van Puffelen Jul 01 '18 at 14:28
  • 1
    @Farooq: To be able receive notifications in your app, just add the Cloud Messaging library. To do more advanced things, see the links in SHRAIYSH's answer below. – Frank van Puffelen Jul 01 '18 at 14:30
  • Thanks for Your Help. But i only want to show an option of Notification in firebase assistance Like other Admob, Invites, Storage and etc.. But now I find the solution without it....Thanks – Farooq Ahmad Jul 01 '18 at 16:57

1 Answers1

1

Notifications in Firebase are handled with Firebase Cloud Messaging. Refer docs. Also, as an example, refer this code

shraiysh
  • 106
  • 1
  • 8