Skip to content

Latest commit

 

History

History
111 lines (56 loc) · 2.69 KB

Firebase-configuration-guide.md

File metadata and controls

111 lines (56 loc) · 2.69 KB

Firebase Cloud Message

01

  • Add the proyect

02

  • Add the proyect name and continue.

03

  • Create proyect

04

05

  • Continue

06

  • To add Firebase to your Android Application press the Android icon.

07

  • Android package name (application id): org.camba.radio.
  • Register app

08

  • Download google-services.json file.

09

npm install

npm run clean

tns build android --bundle

tns run android --bundle

  • Once the application initialises you're registered in Firebase

10

11

12

  • Go to Console>Grow>Cloud Messaging and press Send your first message

13 14

  • Write notification title and content

15

16

17

  • Next

18

  • Topic

19

  • Select the tab to open the app when recived the notification.

20

21

  • Select a date to send the notification

22

23

  • In custom data set topic as key and the tab to open app as value

24

  • Click the Review button

25

  • Click the Publish button

26

  • And the notification will be send.

27