Skip to main content

All Questions

0 votes
0 answers
11 views

connect flutter android studio to firestore [closed]

how to connect firestore and flutter app in android studio to make the app more interactive I have a login page with 3 field to select as Jilla ,Upashabha and password. the jilla and upasabha as to be ...
AARABHI PARAMESWARAN's user avatar
0 votes
1 answer
48 views

How to retrieve and fetch data from a document's field on firebasefirestore? [duplicate]

I am trying to fetch data from a document on a Firebase's collection that contains users: As you can see, there is a collection named Users and two users, and now I click on one you get to see the ...
Emmanuel Agyapong's user avatar
-1 votes
0 answers
11 views

Can't see my recyclerview item except after screen rotation [closed]

I am building android app using kotlin with firebase firestore. I discovered that anytime I fetch data to display on the homepage fragment, the data do not appear unless I rotate the screen of my ...
Louis's user avatar
  • 1
-1 votes
0 answers
17 views

Connect new firestore database to android app [closed]

I want to disconnect the default (named default) firestore database from my android app and connect a new (named) database with the app. Actually I am doing all this so that I can get database URL ...
cnl cabs's user avatar
0 votes
2 answers
39 views

Is it possible to save FCM notifications in Firestore?

Send FCM notification to Android device from (Messaging tab) Firebase console. is it possible to save the notification messages in Cloud Firestore ( i.e Firestore database).
R KiranKumar's user avatar
0 votes
0 answers
15 views

Testers can not access saved game in Firebase with Android Signed Bundle

With the bundle release (.aab ) file I generated for testing, my testers are able to save games they built using their own images, but they are not able to access it, even though I can see it saved in ...
onye Chigo's user avatar
0 votes
1 answer
69 views

Kotlin How do I update the throughput when the application is closing? [closed]

I want to update the data in Firebase when the application terminates. How can I do that I used onDestroy and onPause but they did not do the function I wanted. When I use OnPause, every time the ...
Umut.jpg's user avatar
0 votes
0 answers
21 views

Cannot reach the firebase emulator from a physical device in Flutter (connection refused)

I have developed a flutter app based on firebase. Now I would like to be able to use the emulator environment of firebase for development. To do this, I have installed and set up the emulator with all ...
Pantastix's user avatar
  • 310
0 votes
0 answers
21 views

Problem in natural language api integration withf firestore

I am developing an app in kotlin , it has a part , where i have the reviews like feature where i will post review of something ,and it get stored in firestore , i have also used firebase for ...
user15228741's user avatar
0 votes
1 answer
27 views

Firebase OnSuccessListener times out when I try to wait for it to finish

I'm trying to load data from my Firebase Firestore database. This code uses an OnSuccessListener which runs async so I'm trying to wait till it loads data to continue. I have done this by creating a ...
Chewietheshiba's user avatar
0 votes
0 answers
32 views

Why is my UI not being updated even when the state of my List changes? [duplicate]

So I have the following Screen in my app - fun TodoListPage(viewModel: TodoViewModel, modifier: Modifier = Modifier, navHost: NavHostController, ...
UMANG SHARMA's user avatar
0 votes
2 answers
53 views

How to Create a No-Argument Constructor for a Kotlin Data Class with Date and Time Fields

I have the following data class: data class TimesheetEntry( val id: Int = 0, val title: String = "", val category: String = "", var entryDate: LocalDate, var ...
Pineapple_pizza's user avatar
0 votes
1 answer
57 views

Firebase Kotlin SDK callbacks

I'm building a new Compose Multiplatform project and I want to add in some Firestore functionality. I added the Firebase Kotlin SDK: https://github.com/GitLiveApp/firebase-kotlin-sdk # build.gradle....
Stefan de Kraker's user avatar
1 vote
0 answers
39 views

Data is not saved to database. Stream closed with status: Status{code=UNAVAILABLE, description=Channel shutdownNow invoked, cause=null}

My problem is about implementation of Firebase in android app. I have followed all steps told in the tutorials but I still cannot figure out why data is not saved to the firestore. I am aware of the ...
Yadigar Yusifov's user avatar
0 votes
1 answer
116 views

Is storing firebase service-account-file,.json file as string in firestore & then retrieving in android app secure?

I am migrating from fcm legacy api to http v1. To get credentials I am using the following code snippet String jsonString = "jsonFromServiceAccount"; InputStream inputStream = new ...
Kobita's user avatar
  • 31

15 30 50 per page
1
2 3 4 5
384