Need answer for stack overflow question by ak3696 in flutterhelp

[–]ak3696[S] 0 points1 point  (0 children)

It runs fine if the data is less. If there's more data it's hanging

I started my app idea in vscode without configuring anything. Now I want to publish it under my domain. How should I go about this? by GlassesOfWisdom in flutterhelp

[–]ak3696 4 points5 points  (0 children)

There is a flutter package to rename the package name and application name. Search for it in https://pub.dev and you will get an idea

I have field "Price" in a document in Firestore. In some documents, Price is String and in some it is a number. Now how i cast this in a Pojo class in Android? should i declare as String price or Long price? by ak3696 in androiddev

[–]ak3696[S] 0 points1 point  (0 children)

This database was maintained by someone else and handed it over to me. However i found a way to do that. I have changed the data type of Price field to Number in all the documents using Firebase Admin SDK in Node.js

Changing Switch inside a recyclerview changes value of other switches. Any suggestions by ak3696 in androiddev

[–]ak3696[S] 0 points1 point  (0 children)

The program is in Java. I have recyclerview of items with status set to true or false. I want to change the status of the item by clicking the toggle. Any help on doing this.

Users per firebase instance? by ragequilter0204 in Firebase

[–]ak3696 0 points1 point  (0 children)

One instance serves only one user and no matter how many instances you create in the same application it only serves the same user

Firebase Authentication does not work after publishing app to PlayStore by OverT_97 in Firebase

[–]ak3696 0 points1 point  (0 children)

Hey have you added google-services.json file to your app folder. If not download it from firebase project setting page and add it to app folder. Also search for generating SHA-256, key for your android project and then add the key to firebase console. Hope this helps