Questions tagged [android-firebase]
5 questions
0
votes
0 answers
Firebase Authentication FirebaseAuth.IdTokenListener and FirebaseUser.getIdToken(true).await()
I am using FirebaseAuthentication and want to avoid having to refresh the auth token every time I need to make an API call to FirebaseRealtime database. If I am using the FireBaseAuth.IdTokenListener and listening for token updates and saving them…

user1743524
- 655
- 1
- 7
- 14
0
votes
2 answers
Firebase Firestore: How to subscribe to the last hour created documents?
I have an Android app and I need make Firestore subscription to get docs created during the last hour. I have created-timestamp field in all docs. So the subscription should work like this: if docs stops to be created, over the time result bundle…

Konstantin Konopko
- 5,229
- 4
- 36
- 62
0
votes
0 answers
Firebase reading shortlink in android
I am unable to read the shortlink from FirebaseDynamiclink.
Is there any inbuild method from FirebaseDynamiclink available.
Is there any workaround available.
This is my sample Deeplink: https://kuralprod.test.com/abouthelp.
This is my sample short…

Shanmugapriyan
- 953
- 1
- 10
- 28
0
votes
0 answers
Android. Is it possible to use Firebase Job dispatcher with targetSdk = 30?
In android developers I found that:
If your app targets API level 30 or higher, Firebase JobDispatcher and
GcmNetworkManager API calls are disabled on devices running Android
6.0 (API level 23) or higher. For migration information, see Migrating…

testivanivan
- 967
- 13
- 36
0
votes
1 answer
How to remove debug sessions from Firebase Analytics Dashboard?
I'm making a new app and currently only I use it as it is in still in development stage.
It looks like Firebase Analytics measures every debug session as a new user because in the dashboard I see this:
I'm the only user so far, and I would like to…

Adam Varhegyi
- 11,307
- 33
- 124
- 222