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
1.0k
views
1
answer
firebase - Check if Field Already exists in Flutter Firestore
I have a collection called company. All the companies are going to be stored like in my screenshot. When I add ... : "Company already exists!". See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
firebase
0
votes
745
views
1
answer
firebase - Get all from a Firestore collection in Flutter
I set up Firestore in my project. I created new collection named categories. In this collection I created three ... firebase_firestore: 0.0.1+1 See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
firebase
0
votes
778
views
1
answer
firebase - Failed to retrieve settings from https://settings.crashlytics.com/spi/v2/platforms/android/apps/
I am trying out the new Firebase/Crashlytics setup and seem to run into a weird issue. I have one ... /android/apps/package name/settings See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
firebase
0
votes
724
views
1
answer
firebase - Query a single document from Firestore in Flutter (cloud_firestore Plugin)
I want to retrieve data of only a single document via its ID. My approach with example data of: TESTID1 { 'name': ... ()); ); is not executed. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
firebase
0
votes
595
views
1
answer
firebase - Transcation updateFunction parameter is null
I can't get transaction to work and need some help I created the following db structure using the FB app dashboard: ... is always 'null' why ?? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
firebase
0
votes
866
views
1
answer
firebase - My .indexOn rule added to Security & Rules isn't taken into account
I'm trying to set up custom indexes on my firebase data for sorting on certain fields. Here is my data: GET ... any help. Best, State variable See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
firebase
0
votes
680
views
1
answer
firebase - Pagination in firestore api
I am trying to paginate documents with firestore beta. I am following the official docs I see there is a ... a pagination system? thank you See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
firebase
0
votes
760
views
1
answer
firebase - Firestore compound query with <= & >=
I need to query a firestore collection for entries where a start time (which is a number) is >= slot.start and ... to load a lot of data then. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
firebase
0
votes
500
views
1
answer
firebase - How to update a FirebaseRecyclerAdapter's query
If I have a Query a, and I'm setting it to a FirebaseRecyclerAdapter. Then, I want to constantly create a new ... lazy to even work on this? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
firebase
0
votes
895
views
1
answer
firebase - The method '[]' can't be unconditionally invoked because the receiver can be 'null'
I'm new to Flutter. I am trying to develop an application. I want to show the staff list in the Firebase database. However, ... , ), ), ); } } ` See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
firebase
0
votes
645
views
1
answer
firebase - Data in transaction is null
I have a problem with transactions. The data in the transaction is always null and the update handler is called only singe ... alerts: 3, ... } See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
firebase
0
votes
787
views
1
answer
firebase - Push notifications in Apple Safari with FCM
We implemented push notifications using FCM in chrome and firefox and it worked fine, but Safari doesn't support ... of issues? any suggestions? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
firebase
0
votes
460
views
1
answer
firebase - Using a listener after an android application is closed
I've just been reading about adding a service to my application, and since 7/8 there are now service ... I'd implement this? Thanks See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
firebase
0
votes
654
views
1
answer
firebase - Is Firestore charging us when offline more than 30 minutes?
I read this answer, where Doug Stevenson (Firebase engineer) said: Cached document reads are not charged. But ... situation. Thanks in advance! 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 - How to query documents containing array of objects in Firestore collection using whereArrayContains() filter on Android?
I have a collection in firestore where each document contains an array of contacts and I want to query those ... contain the value parameter. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
firebase
0
votes
723
views
1
answer
firebase - Can we not query collections inside transactions?
Looking at https://firebase.google.com/docs/reference/js/firebase.firestore.Transaction I see four methods: delete, ... in a consistent way? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
firebase
0
votes
623
views
1
answer
firebase - How to check statistics for messages sent to topics via FCM?
Statistics for messages sent via FCM can be checked in Google Play Developer console using the message ID or the ... messages sent to topics ? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
firebase
0
votes
770
views
1
answer
firebase - Android FCM notification grouping
I was trying to implement FCM notification for a chat app and I want to achieve "WhatsApp-like" notification where ... How can I achieve that? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
firebase
0
votes
791
views
1
answer
firebase - FCM Push notifications do not work on iOS 11
I use Firebase as a backend. I also use FCM as one of the provided features from Firebase. FCM worked ... debugPrint(remoteMessage.appData) } } See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
firebase
0
votes
807
views
1
answer
firebase security - Allow update on single field in firestore
I want to give a user the right to update a document. But ONLY if the user updates one specific field ... corresponds to the right field. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
firebase
0
votes
751
views
1
answer
firebase - How to remove listener for DocumentSnapshot events (Google Cloud FireStore)
I'm new in Google Cloud FireStore. The Document object has a function call onSnapshot to attaches a listener for ... how can I implement it? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
firebase
0
votes
645
views
1
answer
firebase - Firestore Pricing - Does The Amount Of Documents In A Collection Matters?
I have read in the documentation that I'm being charged for the amount of the requests I'm making to read, ... get some explaination about it... See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
firebase
0
votes
677
views
1
answer
firebase - Firestore security rule get() not work
The solution is in the end of the post. Check it out. Решение проблемы в конце поста. Дочитайте. just a simple ... ).data.role == "admin"; See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
firebase
0
votes
780
views
1
answer
firebase - setPersistenceEnabled(true) crashes app
I'm creating my first Firebase App. One of its requirements is that it run when the network is not available. ... getPhotoUrl().toString(); } } See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
firebase
0
votes
445
views
1
answer
firebase - Build fails with 'Program type already present: android.arch.core.util.Function'
After updating my Firebase and Play Services dependencies as well as the Play Services Plugin my project fails to build. I' ... -core:3.0.2' } See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
firebase
0
votes
660
views
1
answer
firebase - Firestore queries on Flutter
How can I use the .where() in FlutterFire to perform queries for Firestore? Because the docs and example doesn't ... I'm not asking duplicate. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
firebase
0
votes
881
views
1
answer
firebase - FCM getting MismatchSenderId
I have an application that uses Google FCM for sending push notifications. When i send a push notification ... get "MismatchSenderId" anymore. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
firebase
0
votes
740
views
1
answer
firebase - Functions debugging in VS Code
From VS Code integrated terminal I run firebase serve --only functions,hosting then in the debug tab I created ... functions in VS Code? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
firebase
Page:
« prev
1
2
3
4
5
6
7
8
9
10
11
12
...
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] python 字节码解析报错
[2] 用iframe嵌套网页失败
[3] c# - Unable to cast object of type 'System.DBNull' to type 'System.String`
[4] load environment variable from YAML to java
[5] c# - Display orientation change event for tablet devices
[6] nodejs的buffer数组中文编码是如何转换的?
[7] Ant design vue进度条:percent问题
[8] Adjust elements in list based on second list in Python
[9] android - Inject Interface with Generics in Hilt
[10] 移动端前端如何获取用户网络状态特别是5G状态
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
广告位招租
...