python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Proguard covert constant string value somehow
I'm getting issue when using proguard. For some reasons it's changing only one string value in firebase-installation library, file is com.google.firebase.installations.remote.FirebaseInstallationServi...
Sasha Sheremeta
Votes: 0
Answers: 0
How do i access date: at {seconds: 1649365178, nanoseconds: 0} firebase firestore in react?
I am having trouble access this in my array. How should my syntax be?
date: at {seconds: 1649365178, nanoseconds: 0}
{entrylist.map((e, index) => {
return <div key={index}>{e.date.seconds...
user18685429
Votes: 0
Answers: 1
Sorting an docs by comparing the docs in a subcollection with the most recent date in firestore
I have a firestore structure like this:
chats > chat docs with unique IDs
Each chat doc contains these values:
id, members and more info on the chat like nicknames etc.
In addition, there is a su...
User123123
Votes: 0
Answers: 0
Swift Lexical or Preprocessor Issue: Firestore/Protos/nanopb/google/firestore/admin/index.nanopb.h' file not found
I'm getting this error even after installing the pods multiple times
Swift Lexical or Preprocessor Issue: Firestore/Protos/nanopb/google/firestore/admin/index.nanopb.h' file not found
I tried checkin...
manar Aldhafyan
Votes: 0
Answers: 1