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
739
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
772
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
718
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
589
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
860
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
674
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
753
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
494
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
889
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
637
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
781
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
454
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
648
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
716
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
617
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
764
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
785
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
800
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
745
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
639
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
668
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
774
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
439
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
653
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
873
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
734
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] php - Join tables in laravel and show data in view
[2] 第三方跳转登录
[3] javascript - Why my Redux reducer is undefined when I import it
[4] arrays - Catch items from list which contain specifc string c#
[5] c - How can i find all combinations of K elements of a given set of N elemets without a recursion?
[6] flutter listTile 高度是无法改变的吗?
[7] angular - how to use templateOptions.options for ngx-formly multicheckbox field
[8] thinkphp5如何获取缓存的剩余有效时间?
[9] scala - How to increase RPS to 50k In gatling?
[10] ruby on rails - Why is my HTTP Origin header not matching request.base_url and how to fix?
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
广告位招租
...