Skip to content

FirebaseWithSpringBoot

mnhmilu edited this page Feb 6, 2019 · 4 revisions

Firebase with Spring Boot Project

deviceToken = FCM Token // generated from mobile device boot start

server key can be found at

Firebase >> Project X >> Settings >> Cloud Messaging >> Server key

Postman Sample

{ "deviceToken":"cJHT_824_0g:APA91bHC6h7RRNwnRLnuiQoVXLIwmnJZT2GPCai8Ww21S4A_tJxld48xkPCDIH6wUG335Sth7xEH5CWJ_9ouy1Lc1lfrxBcxd4BiKPTN1fMILABH_jvcPv5vNZGSCg41_aDhKJDabkFn", "message":"test for url", "message2":"Test for url 33333"

}

References:

Spring boot with Firebase

Official FIrebase

Clone this wiki locally