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
791
views
1
answer
firebase - How to insert server timestamp in Firestore document using REST?
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)
firebase
0
votes
872
views
1
answer
firebase - Using TextField inside a Streambuilder
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)
firebase
0
votes
767
views
1
answer
firebase - Are there any limitations for the FCM topics names?
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)
firebase
0
votes
1.1k
views
1
answer
firebase - admin.firestore is not a function when trying to use google cloud functions with node.js
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)
firebase
0
votes
661
views
1
answer
firebase - javascript assigning value to variable from callback return (timing)
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)
firebase
0
votes
1.2k
views
1
answer
firebase - Flutter - Your Cloud Firestore database has insecure rules
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)
firebase
0
votes
800
views
1
answer
firebase - Firestore createId() ids not in chronological order
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)
firebase
0
votes
832
views
1
answer
firebase - Firestore Deadline Exceeded Node
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)
firebase
0
votes
658
views
1
answer
firebase - How to send message to the topic in Android
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)
firebase
0
votes
660
views
1
answer
firebase - Firestore doesn't immediately start listening to changes when Internet Connection Resumes
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)
firebase
0
votes
915
views
1
answer
firebase - Can't get Firestore Rules get() to work inside a function
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)
firebase
0
votes
710
views
1
answer
firebase security permission not working
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)
firebase
0
votes
760
views
1
answer
firebase - How to enable Cloud Firestore Native Mode using API / command line?
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)
firebase
0
votes
748
views
1
answer
firebase - FCM Data payload received in android not in json format
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)
firebase
0
votes
1.2k
views
1
answer
firebase hosting blocking script due to CORS issue
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)
firebase
0
votes
664
views
1
answer
firebase - Maxing out document storage in Firestore
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)
firebase
0
votes
723
views
1
answer
firebase - Is Cloud Firestore data replicated over continents?
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)
firebase
0
votes
723
views
1
answer
firebase - Is Cloud Firestore data replicated over continents?
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)
firebase
0
votes
543
views
1
answer
firebase - Android App crashes on API level 19 but works fine on API above 19
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)
firebase
0
votes
919
views
1
answer
firebase - Firestore security rules with reference fields
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)
firebase
0
votes
851
views
1
answer
firebase - Function not found error: Name: [get]. in firestore security rules simulation
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)
firebase
0
votes
744
views
1
answer
firebase - How to inner-join in firestore
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)
firebase
0
votes
698
views
1
answer
firebase - Using push() method to create new child location without unique key
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)
firebase
0
votes
580
views
1
answer
firebase - get android release Certificate Fingerprints
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)
firebase
0
votes
594
views
1
answer
firebase - Android - Client-side sorting with FirebaseRecyclerAdapter
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)
firebase
0
votes
1.5k
views
1
answer
firebase - flutter / dart How can check if a document exists in firestore?
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)
firebase
0
votes
744
views
1
answer
firebase - How many topics an app instance can subscribe in FCM?
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)
firebase
0
votes
1.0k
views
1
answer
firebase - Flutter Firestore How To Listen For Changes To ONE Document
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)
firebase
Page:
« prev
1
2
3
4
5
6
7
...
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] php mysql 时间计算问题
[2] jasmine - From Angular autogenerated spec tests toward best practises
[3] 如何让动态图片地址,在浏览器中转为静态地址,并在浏览器缓存?
[4] vbscript - programmatically uninstall software that requires a password (I have it) remotely
[5] freemarker assign语句中参数为String[][].class 出错
[6] c# - Really struggling to get how WiX works
[7] node.js - How to enable the drop event and get the result in React NodeGui
[8] javascript - Hide select2 multi search box
[9] was启动./startManager.sh为什么报如下错误,如图为什么没有dmgr目录?
[10] npm install 和npm cache clear --force报错
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
广告位招租
...