Dear Mr. aeric
Many thanks for your support.
there is any project has the two folders (Sender (pusher), receiver) any simple one, as in many Erel examples, just to start from.
any simple one project, please.
that I read many tutorials, but still can't create that simple project.
Thanks on advance for your efforts.
best regards
I don't mean to be rude but you need to be honest.
Are you sure this is not the first time you create a push notification app?
If you forgotten the steps, read the tutorial again and again. Yes, not once or twice.
All the instructions are quite straight forward if you REALLY have experience before.
There are only 3 steps for B4A:
B4A
1. Follow the generic Firebase integration tutorial:
https://www.b4x.com/android/forum/threads/integrating-firebase-services.67692/
Download google-services.json and put it in the project folder.
2. See the attached project.
3. The notification is created in FirebaseMessaging receiver.
Note that in debug mode, it will only work while the app is running.
I repeat again, start from the PushClients.zip example. It is already using receiver. Don't use your OLD project!
Follow above 3 steps especially putting the
google-services.json file and replace the
package name. That's all. Run the B4A project.
In B4J, open your previous Sending Tool project and run.
If you didn't change the "general" topic in B4J sending tool, the B4A app should receive the notification.