I have an App with google map in it. The App run smoothly, now I want to includes firebase messaging to this App. The following error raised if I checked the library FirebaseNotifycations (I just check to use the firebase messaging, I did not write any code related to firebase messaging)
B4X:
error: package com.google.android.gms.location does not exist
_fusedlocationprovider1.RequestLocationUpdates((com.google.android.gms.location.LocationRequest)(_locationrequest1.getObject()));
^
Make sure to first follow the needed Firebase-Integration tutorial and the needed Snippets before you try to compile.
Additionally you need to have the google json file downloaded from Firebase and place it inside your projectfolder (main folder).
This should help to avoid the compiling problem.
Yes, followed the guide line I created a separated small App to test send & receive Firebase Push message. Everything was very good, I could sent and receive push message. But if I added google map to this project the error was raised. If I take out either google map or firebase the App can run without error.
error: package com.google.android.gms.location does not exist
_fusedlocationprovider1.RequestLocationUpdates((com.google.android.gms.location.LocationRequest)(_locationrequest1.getObject()));
^