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
937
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
896
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
736
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
883
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
932
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
710
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
887
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
825
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
731
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
722
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
817
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
659
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
864
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
649
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
657
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
668
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
873
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
576
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
634
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
635
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] 怎么让ant的ant-message组件生成的元素在
中,而不是body标签里
[2] 用wordpress搭建博客出现报错:pjax is not a function 博客文章无法点赞
[3] javascript - how to get the inner html of the title
[4] Type-safe Backus-Naur-Form DSL with semantic actions in C#
[5] ios - How to use IndexSet to find item in a custom Struct
[6] What is the differnce between a Cloud Foundry and A Web Server
[7] webpack-dev-server为什么能运行,也识别到了变更,可是页面就是收不到更新信号无法自动刷新。
[8] closures - Retain cycle in swift
[9] Vue通过this调用全局自定义函数异常问题
[10] javascript - How can I filter a generated list from a query from PHP in JS?
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
广告位招租
...