Skip to content

Send Firebase (FCM) Notification to android devices using Java. JSP Example ( Java API )

Notifications You must be signed in to change notification settings

snj07/FCMNotifJavaAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FCMNotifJavaAPI

Send Firebase (FCM) Notification to android devices using Java. JSP Example ( Java API )

It sends Firebase Notification to android mobile. You need to pull FCMNotif android project for this, from my repository. You have to place firebase API key in FirebaseConfig class and username & password in DbConnection class. Then you can register device using android app(FCMNotif) first and then you can send notification to android device using firebase.jsp page.

You need to create a table in fcm database as CREATE TABLE devices ( id int(11) NOT NULL, email varchar(100) NOT NULL, token text NOT NULL ) ;

About

Send Firebase (FCM) Notification to android devices using Java. JSP Example ( Java API )

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages