You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation does not clearly explain how to "register" a tabris app on firebase server to enable the app to receive notifications:
Send to a single device
From Firebase console Notification section, click New Message.
Enter the text of your message in the Message Text field.
Set the target to Single Device.
Check the logs for the InstanceID token, copy and paste it into the Firebase console Token field.
If you cannot find the token in your logs, click on the LOG TOKEN button in the application and the token will be logged in logcat.
Click on the Send Message button.
If your application is in the foreground you should see the incoming message printed in the logs. If it is in the background, a system notification should be displayed. When the notification is tapped, the application should return to the quickstart application.
Is the app registered by "token"? Is there a single token for each tabris app or is there a single token for developer app? How to access/generate these tokens?
Or does it register by its url/name? (com.my.app.whatelse)
There is no (more) "send message" in firebase console, there is "new campaign" with many variants and options, some screenshots would help.
The text was updated successfully, but these errors were encountered:
From the Firebase token docs: "On initial startup of your app, the FCM SDK generates a registration token for the client app instance". Simply put, the token refers to an installed instance of your app.
There is no (more) "send message" in firebase console, there is "new campaign" with many variants and options, some screenshots would help.
Yes, I created a project, I associated an app (using a random package name):
I created a campaign
using the token provided by this example source and inserted here:
But I am not sure at all of what I am doing, I am proceedingly randomly, documentation is quite focused on offline development, while I need to develop online, using playground and developer app.
Maybe I should use the package name of the developer app? Where do I find it?
The documentation does not clearly explain how to "register" a tabris app on firebase server to enable the app to receive notifications:
Send to a single device
From Firebase console Notification section, click New Message.
Enter the text of your message in the Message Text field.
Set the target to Single Device.
Check the logs for the InstanceID token, copy and paste it into the Firebase console Token field.
If you cannot find the token in your logs, click on the LOG TOKEN button in the application and the token will be logged in logcat.
Click on the Send Message button.
If your application is in the foreground you should see the incoming message printed in the logs. If it is in the background, a system notification should be displayed. When the notification is tapped, the application should return to the quickstart application.
Is the app registered by "token"? Is there a single token for each tabris app or is there a single token for developer app? How to access/generate these tokens?
Or does it register by its url/name? (com.my.app.whatelse)
There is no (more) "send message" in firebase console, there is "new campaign" with many variants and options, some screenshots would help.
The text was updated successfully, but these errors were encountered: