Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged firebase

0 votes
768 views
1 answer
    I want to insert a document using a REST call to Firestore createDocument method. One of the fields is a ... way to obtain that timestamp? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
828 views
1 answer
    How do we add a TextField inside a StreamBuilder? I have a TextField / TextFormField as one of the widgets inside the ... done), ), ); } } See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
731 views
1 answer
    I'm trying to find out if there are any limitations for the topic names for FCM. Managed to find info ... of topic name or allowed characters. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    This is the header of the node.js index.js file: const functions = require('firebase-functions'); const ... is not a function askFirebase See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
636 views
1 answer
    I'm having a trouble with assigning return value from Firebase call function to my global variable. This is my ... console.log wait for value? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    I have a collection called users where I am checking if new users mobile no is present or not. If It is present then ... .auth != null; } } } See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
767 views
1 answer
    In Firebase realtime database, autogenerating ids keeps all entries in chronological order of when they were created. ... and sort by this? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
780 views
1 answer
    I would like to load collection that is ~30k records. I.e load it via. const db = admin.firestore(); let ... but it does not provide JSON data. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
620 views
1 answer
    How to send a topic message via Firebase ? I only found the way to send by using Firebase Console , as well ... a message to the topic? Thanks. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
626 views
1 answer
    If I start the app without Internet connection, and then turn on internet, Firestore takes some time before ... as Internet connection resumes. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
884 views
1 answer
    Firestore doesn't work well with get inside a function I have this rule service cloud.firestore { match /databases ... ["||invalid_argument||"] See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
672 views
1 answer
    I have below data stored in my firebase: firebaseRoot admins simplelogin:1: users simplelogin:1 email: [email protected] ... access the desired data. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
736 views
1 answer
    I'm writing a script for setting up a Google Cloud project and I'd like to use Firestore. A new project, ... gcloud? firebase?) for enabling it? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
717 views
1 answer
    I am getting the data payload from the firebase not in json format, instead I am getting custom key-value pairs ... e.printStackTrace(); } } } See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I am using firebase hosting to host few scripts and trying to access them from another site. it naturally gets ... . what else is needed? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
641 views
1 answer
    I'm working on some posting forum projects and trying to figure out the ideal Firestore database structure. I read ... Would it also be faster? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
685 views
1 answer
    I was reading this blog post. It make me wonder how data replication and fail overs handled in case of ... to global market using Firestore? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
683 views
1 answer
    I was reading this blog post. It make me wonder how data replication and fail overs handled in case of ... to global market using Firestore? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
521 views
1 answer
    My app crashes on API 19 but it is working fine on API level 21, 22 and 23. (I tested in the Firebase website). ... com.redbend.vdmc Please check this too: This is the last clue:...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
879 views
1 answer
    I am a bit stuck here as there is no way to debug those rules. I'd appreciate help with below rules. ... moduleId).data.owner or something else? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
826 views
1 answer
    match /UserProfile { match /{uId}{ allow get: if isUserLoggedIn() && !isUserBlocked(uId); } when i try to ... working fine thats it please help See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
703 views
1 answer
    I want to build a view to show some events inside a listview in my app like this: I have these two tables: ... want to do something like a join. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
680 views
1 answer
    In my firebase web app when new users signup with their email i create a node under their email adress under ... user.displayName or user.email See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
551 views
1 answer
    I am using Android Studio on Mac El Capitan. How do I get the release Certificate Fingerprints? I need it for ... sure exactly how to get it. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
572 views
1 answer
    I'm building an application with Firebase on Android. The scenario for my application is as follows. Look ... achieve this scenario gracefully. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.5k views
1 answer
    I try to query using a bool if a document exists on the cloudfirestore or not. Unfortunately, my code does not work I ... { print('Error'); } } See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
693 views
1 answer
    As mentioned in FCM documents, unlimited topic can be created for one Firebase application. But as the Firebase Admin ... subscribe to in FCM? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    I just want to get notified whenever ONE document is changed or updated. Every example of getting updates is always ... am I doing wrong here? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...