There were two issues recently with FirebaseNotifications and FirebaseAuth. Both issues were resolved. The purpose of this post is to make things clear as you will find older posts with now incorrect solutions.
The correct solution is:
1. Open B4A Sdk Manager and update all recommended items (including firebase-auth).
2. Update FirebaseAuth and FirebaseAnalytics: https://www.b4x.com/android/forum/threads/updates-to-internal-libraries.59340/#post-596101
3. If you are using B4A v8.00 or below then you should update FirebaseNotifications: https://www.b4x.com/android/forum/threads/updates-to-internal-libraries.59340/#post-592335
4. If you are using B4A v8.0+ then you should make sure to use the new CreateResourceFromFile macro feature to add the snippets.
https://www.b4x.com/android/forum/threads/integrating-firebase-services.67692/#content
If you are using an older version then you should go over the snippets and copy them to your manifest editor. Some of them were updated.
Remember to copy the internal libraries to the internal libraries folder.
The correct solution is:
1. Open B4A Sdk Manager and update all recommended items (including firebase-auth).
2. Update FirebaseAuth and FirebaseAnalytics: https://www.b4x.com/android/forum/threads/updates-to-internal-libraries.59340/#post-596101
3. If you are using B4A v8.00 or below then you should update FirebaseNotifications: https://www.b4x.com/android/forum/threads/updates-to-internal-libraries.59340/#post-592335
4. If you are using B4A v8.0+ then you should make sure to use the new CreateResourceFromFile macro feature to add the snippets.
https://www.b4x.com/android/forum/threads/integrating-firebase-services.67692/#content
If you are using an older version then you should go over the snippets and copy them to your manifest editor. Some of them were updated.
Remember to copy the internal libraries to the internal libraries folder.