Category "firebase"

Is the "firebase login:ci" token tied to a specific project?

When I use firebase login:ci to get a token, is that tied to the project that is selected with firebase use or is it a token that will work with any/all of my p

How to reduce Firestore reads - Flutter?

I built an E-commerce app using Firebase/Firestore and I am using Stream Builder or Future Builder and facing high Firestore reads. When I press on Hot-Reload

How to count how many times document was downloaded in Firebase?

I have a collection in my Firestore Database with posts. Each post has some comments as a document in the collection comments in the main post document (screens

"Warning: Cannot update a component" when creating a user with Firebase react hooks

In my React App I want to create a user with Firebase react hooks using createUserWithEmailAndPassword authentication but I get these errors. Error 1 POST http

How does Firebase identify my application and prevent other apps from impersonating my app?

I have created a project in Firebase and registered my app. I send data messages to this app. I do not want to have any user authentication on my app. However,

Flutter: Updating the more recent value while the user in viewing the page with streams

Am I thinking about this the right way? I created a function that takes in a value from firebase, value in seconds, and convert it into hours:minutes:seconds, t

How to create a countdown in Flutter and Firebase?

I'm using Flutter to build an online auction app with two types of auctions (live auctions and off-site auctions). If the seller selects live auctions when uplo

Flutter can't install firebase onto macOS

I tried to install the firebase package for flutter. After running flutter pub add firebase_core It states "successfully installed". When I then try to import

flutter app - trending posts by using google analytics data api

In my app, users create posts and I'd like to show trending posts by the number of views, comments, etc in a specific date range. To do that I thought I can cre

deploying cloud functions on firebase

I need to deploy a cloud function on firebase to set admin role: this is my code: typescript "use strict"; import * as functions from "firebase-function

flutter on click download image from firebase

Here, when I add a new picture, it appears here and it can be opened to a full screen, but when I click I want to download the picture that I long pressed on to

Cannot find name 'PhoneOrOauthTokenResponse' during firebase integration in Angular 13

I have created Angular project ng new <projectname> Then installed Angular fire ng add @angular/fire When I compile and run the project ng serve I am s

foreign key constraint failed (code 787 sqlite_constraint foreign key)

I have been using the Android Studio App for about a month now,in order to create a project for a university subject. Unfortunatelly,I came across a problem whi

how to submit a image with react-firebase-form in firebase?

const [photo,setPhot]=useState('') photo setPhoto(e.target.value)}/> const handleFormOnSubmit=e=>{ updateProfile({photoURL:photo}) const [photo,setPho

Limit of fetching Server time using firebase function

I wanted to fetch server time on device so I am using FirebaseDatabase builtin function: FirebaseDatabase.getInstance().getReference(".info/serverTimeOffset") I

Android Studio INSERT button not adding

I try to Insert some random values to Realtime Database in Android Studio with Firebase, it says that Data has been inserted when it hasn't. In another class I

Fetch history of sent push notifications from Firebase, in iOS app

I have an iOS app that integrated with Firebase Cloud Messaging to send push notifications from. I know that Firebase saves history of all sent notifications. I

How to use dotenv in react firebase?

I am trying to set some environment variables in react firebase config variables. But it does not work. Now I want to know how to do the work? Mainly I want the

Importing Firebase database object in React results in Uncaught SyntaxError: Cannot use import statement outside a module

I'm working on a project where I need to implement Firestore database in a React app, which I do like this: I have a firebase.js file in the src directory which

How to add markers in Google Maps in Flutter using the Geopoints data in Firebase Firestore

I am new to Flutter and Firebase. How can I add multiple markers in Google Maps in my Flutter Application from retrieving geopoints data in Firebase Firestore?