Skip to main content

Questions tagged [firebase]

Filter by
Sorted by
Tagged with
3 votes
1 answer
553 views

I have two apps for one Firebase project. One is a Vue 3 web app and the other is a NativeScript one. Currently, they reside in separate project directories and GitHub repositories. I don't want to ...
starleaf1's user avatar
  • 141
0 votes
1 answer
216 views

I have built many desktop, mobile and web apps, but have never needed to implement push notifications, now I'm working on an app that requires push notifications, researching revealed that many ...
MOHAMMAD RASIM's user avatar
2 votes
1 answer
116 views

I have a repository which reads and writes to Firestore, and some tests to make sure data is sent and comes back in the correct way. In order to test this I added a protected function which returns ...
Adam's user avatar
  • 272
1 vote
0 answers
74 views

I have Firebase connected to my web app and users can authenticate using the 'microsoft' provider. The provider only allows authenticating with the active directory tenant that I specified in my ...
Clay Casper's user avatar
0 votes
1 answer
223 views

TLDR; How can I utilize Firebase Auth in my iOS application and sync the Firebase ID with a user in my API? I am in the process of designing an iOS application that reads from a Rails API. When first ...
Trenton's user avatar
  • 17
1 vote
1 answer
122 views

I want to learn firestore and to this end I created small project which replicates instagram. Not all functionalities of course, just the very basics - photo sharing, comments and the possibility to ...
newbie coder's user avatar
1 vote
1 answer
231 views

I'm building an application with Google Firebase and Firestore that has its structure defined in the DB. This structure is not very big and doesn't change all that often. This structure is stored in ...
Jonathan's user avatar
  • 129
-1 votes
1 answer
193 views

I'm currently working on a React Application with Firebase that involves a ton of data manipulation and reading. One specific feature is the ability to autofill a form based on a very large CSV file (...
Erol's user avatar
  • 23
0 votes
1 answer
529 views

I decided to go with Firestore to our new project. The goal is I don't want our server logics and database designs are locked-in by Cloud Function and Firestore, And also long-term maintainability. ...
kitta's user avatar
  • 717