Firebase Push messages
Lib FireBaseNotifications: 1.21
B4A Versions: 9.50 BETA 1, 9.30 Stable
B4X:
Sub Service_Start (StartingIntent As Intent)
If StartingIntent.IsInitialized Then fm.HandleIntent(StartingIntent)
Sleep(0) ' i Testet whitout this line
Service.StopAutomaticForeground 'remove if not using B4A v8+.
End Sub
Lib FireBaseNotifications: 1.21
B4A Versions: 9.50 BETA 1, 9.30 Stable