Class | Description |
---|---|
FirebaseInstanceId |
Use it like https://firebase.google.com/docs/reference/android/com/google/firebase/iid/FirebaseInstanceId
In the enabled device, it will search for the default FirebaseApp name that TotalCross uses and return
it's FirebaseInstanceId instance token.
|
FirebaseInstanceIdService |
Use it like https://firebase.google.com/docs/reference/android/com/google/firebase/iid/FirebaseInstanceIdService
Instead of declaring it in the manifest, you should override MainWindow.initFirebaseInstanceIdService() with
your implementation.
|