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
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
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
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
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
const [photo,setPhot]=useState('') photo setPhoto(e.target.value)}/> const handleFormOnSubmit=e=>{ updateProfile({photoURL:photo}) const [photo,setPho
I wanted to fetch server time on device so I am using FirebaseDatabase builtin function: FirebaseDatabase.getInstance().getReference(".info/serverTimeOffset") I
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
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
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
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
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?
my code isn't add person to firebase and isn't reach to the user in authentication. But I can't understand why. This part is firebase part. final Fireba
We are currently building an app that requires only google sign in and communicate with the Firebase depending on those data that we get with sign in. The probl
Trying to get current user info after creating a new user but getting this error " The function can't be unconditionally invoked because it can be 'null' " whi
i am trying to log custom events using following code. firebaseAnalytics.logEvent("custom_event") { param("event_name", "Push Notification Clicked") par
I am having issue with the cart notification panel as it displays the product-quantity and price of the previous user and is not updated even after i add produc
I am trying to show all the user's images on my react website. But I can only find the current user information using react-firebase-hooks/auth hooks. How can I
Hey everyone I am learning firebase phone authentication in web app. I have an error that I can not find the solution. I imported the browser module for firebas
In the template, the following code works normally: <h3>{{hero.name}}</h3> or even: <a routerLink="/details/{{hero.id}}">{{hero.name}}</a&