Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Login
Remember
Register
Ask
Q&A
All Activity
Hot!
Unanswered
Tags
Users
Ask a Question
Ask a Question
Categories
All categories
Topic[话题] (13)
Life[生活] (4)
Technique[技术] (2.1m)
Idea[创意] (3)
Jobs[工作] (2)
Others[杂七杂八] (18)
Code Example[编程示例] (0)
Recent questions tagged Firebase
0
votes
938
views
1
answer
firebase - Cloud Functions timer
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)
firebase
0
votes
897
views
1
answer
firebase - CollectionGroupQuery but limit search to subcollections under a particular document
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)
firebase
0
votes
737
views
1
answer
firebase - Error Deploying Firestore Function with a space in the name of a collection
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)
firebase
0
votes
886
views
1
answer
firebase - Getting a.ref is not a function error when upgraded to angularfire 1.2
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)
firebase
0
votes
1.5k
views
1
answer
firebase - "The operator '[]' isn't defined" error when using .data[] in flutter firestore
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)
firebase
0
votes
884
views
1
answer
firebase - When will Google stop supporting GCM?
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)
firebase
0
votes
933
views
1
answer
firebase - How to clear Firestore persistence data?
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)
firebase
0
votes
1.2k
views
1
answer
firebase - How to get a Firestore document size?
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)
firebase
0
votes
711
views
1
answer
firebase - How to send notification to a Topic
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)
firebase
0
votes
1.3k
views
1
answer
firebase - Nested arrays are not supported
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)
firebase
0
votes
888
views
1
answer
firebase - Stream builder from firestore to flutter
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)
firebase
0
votes
826
views
1
answer
firebase - Firestore: Are ids unique in the collection or globally?
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)
firebase
0
votes
732
views
1
answer
firebase - PluginRegistry cannot be converted to FlutterEngine
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)
firebase
0
votes
723
views
1
answer
firebase stopped responding and lost all data without any error or issue
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)
firebase
0
votes
1.4k
views
1
answer
firebase - Flutter firestore - Check if document ID already exists
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)
firebase
0
votes
1.1k
views
1
answer
firebase - Does Cloud Firestore save strings with newline characters (multiline)?
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)
firebase
0
votes
818
views
1
answer
firebase - Delete index at array in Firestore
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)
firebase
0
votes
660
views
1
answer
firebase - How can I update more than 500 docs in Firestore using Batch?
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)
firebase
0
votes
865
views
1
answer
firebase - Firestore get all docs and subcollections of root collection
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)
firebase
0
votes
650
views
1
answer
firebase - Restricting Cloud Firestore to a specific domain
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)
firebase
0
votes
658
views
1
answer
firebase - How to get full downloadUrl from UploadTaskSnapshot in Flutter?
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)
firebase
0
votes
749
views
1
answer
firebase - Firestore security rules for public and private fields
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)
firebase
0
votes
669
views
1
answer
firebase - Send push notifications from server with FCM
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)
firebase
0
votes
874
views
1
answer
firebase - Firestore query by date range
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)
firebase
0
votes
577
views
1
answer
firebase - Firestore get documents where value not in array?
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)
firebase
0
votes
635
views
1
answer
firebase - How do you force a Firestore client app to maintain a correct document count for a collection?
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)
firebase
0
votes
1.1k
views
1
answer
firebase - What is the maximum length of an FCM registration ID token?
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)
firebase
0
votes
636
views
1
answer
firebase - Are Callable Cloud Functions better than HTTP functions?
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)
firebase
Page:
« prev
1
...
3
4
5
6
7
8
9
10
11
12
13
...
19
next »
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question
Just Browsing Browsing
[1] Canvas动画制作,那个大佬能指导一下,实现下面这种效果?
[2] python - pygettext doesn't read strings into the .pot file
[3] r - Forcing dplyr to evaluate passed symbol / quosure when conflicting with existing column name
[4] oracle - DBMS_SCHEDULER.CREATE_JOB returning "unknown command"
[5] GOOGLE SHEETS COPY MULTIPLE CELLS TO ANOTHER SHEET
[6] r - Hypothesis Testing: difference of distributions of a multi-level factor between two samples
[7] 请教ORM+MVC的实体和模型问题
[8] redis cluster连接问题
[9] PHP读取TXT内容怎么按行分页?
[10] javascript - React Line Chart or graph to show a particular angle
2.1m
questions
2.1m
answers
60
comments
57.0k
users
Most popular tags
javascript
python
c#
java
How
android
c++
php
ios
html
sql
r
c
node.js
.net
iphone
asp.net
css
reactjs
jquery
ruby
What
Android
objective
mysql
linux
Is
git
Python
windows
Why
regex
angular
swift
amazon
excel
algorithm
macos
Java
visual
how
bash
Can
multithreading
PHP
Using
scala
angularjs
typescript
apache
spring
performance
postgresql
database
flutter
json
rust
arrays
C#
dart
vba
django
wpf
xml
vue.js
In
go
Get
google
jQuery
xcode
jsf
http
Google
mongodb
string
shell
oop
powershell
SQL
C++
security
assembly
docker
Javascript
Android:
Does
haskell
Convert
azure
debugging
delphi
vb.net
Spring
datetime
pandas
oracle
math
Django
联盟问答网站-Union QA website
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
DevDocs API Documentations
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
在这了问答社区
DevDocs API Documentations
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
DevDocs API Documentations
广告位招租
...