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
861 views
1 answer
    I need to create a cloud function that initiates a timer that calls another cloud function after X minutes. It ... a cost associated with that? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
842 views
1 answer
    This is my database structure. cities -> landmarks -> attractions(each one is a collection) Query List all ... filtering based on city_id. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
697 views
1 answer
    I'm trying to deploy a cloud function that updates an Algolia Search index whenever a new document is created in my ... }, "private": true } See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
853 views
1 answer
    Following codebase used to work with firebase 2.3.1 and Angularfire 1.1.3 Var fb = new firebase(" ... when instantiating fbObj. Please suggest. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.4k views
1 answer
    I am learning to use firestore in flutter following Net Ninja's tutorial on youtube. After user authenticatin was ... me know in the comments See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
840 views
1 answer
    Since Firebase will be replacing GCM, I am asking myself how much longer will Google support GCM? In short: When ... of life/support of GCM? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
873 views
1 answer
    My iOS app's firestore cache seems to have got out of sync with Firestore. As a result I've had to ... was delete documents from the database! See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    From Firestore docs, we get that the maximum size for a Firestore document is: Maximum size for a document 1 MiB (1 ... document:", error); }); See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
662 views
1 answer
    I want a code to send notification from one device to multiple devices on a specific topic and I ... Firebase messaging to send notifications See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    The new Firebase database Firestore says Function DocumentReference.set() called with invalid data. Nested arrays are not ... I save it instead? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
834 views
1 answer
    I am wondering how to get data from firestore to flutter app using the streambuilder. I created the necessary ... light on this. Tks. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
784 views
1 answer
    For the structure of my database I need to know if the automatically generated identifiers in Firebase Cloud Firestore are ... . How to do that? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
704 views
1 answer
    As soon as I updated the flutter to version 1.12.13 I found this issue and can't fix it ... .registerWith(registry); } } See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
696 views
1 answer
    I Lost All the data from My Firebase realtime database. This is working properly last day. Suddenly This stopped ... me try again dialog only See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.4k views
1 answer
    I want to add data into the firestore database if the document ID doesn't already exists. What I've tried ... It should create a new document See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    Apparently Cloud Firestore console does not display newline characters inside strings. Is there a way to inspect ... on the Firestore Console? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
758 views
1 answer
    I got this data in my document: I want to delete index 0. How do I do this? This should do the trick ... at an index in Firestore? Thanks. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
628 views
1 answer
    I'm trying to update a field timestamp with the Firestore admin timestamp in a collection with more than 500 ... docs are not being deleted. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
816 views
1 answer
    Say I have this kind of structure A (collection): { a (doc): { name:'Tim', B (collection):{ b (doc): { color ... N is the depth of my tree :/. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
618 views
1 answer
    Is there a way to restrict Cloud Firestore (for hosting/web) to do CRUD operations with restrictions to one domain ... Google's firewall in it? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
632 views
1 answer
    I correctly receive UploadTaskSnapshot, and the field downloadUrl contains an instance of Uri that parses download ... downloadUrl as strings? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
728 views
1 answer
    As for security rules of Firebase Realtime Database, both public and private data can exist in the same tree using such as ... != null; } } } } See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
636 views
1 answer
    Recently I asked a question on sending push notifications using GCM: Send push notifications to Android. Now that ... FCM? Thanks in advance. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
823 views
1 answer
    I need the help to query long collection with date range. See the below example document. I wanna query startTime field using date range. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
548 views
1 answer
    Is there a way to get all documents which array field does not contain one or more values, now there is ... like "array-not-contains"? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
609 views
1 answer
    Firestore doesn't have a way to query for the size of a collection, so if a client app needs to know this value, ... rules. How can I do this? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    Working with the "new" Firebase Cloud Messaging, I would like to reliably save client device registration_id tokens ... characters to check for? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
610 views
1 answer
    With the latest Firebase Update callable functions were introduced. My question is whether this new way is faster than ... to switch it up. See Question&Answers more detail:os...
asked Oct 17, 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

...