Category "firebase"

Debugging Dynamic Links error: "iOS store ID does not exist in the given iOS bundle ID."

Debugging Dynamic Links error: "iOS store ID does not exist in the given iOS bundle ID." I create a Dynamic Link for my project, completed all setups Android wo

Flutter Firestore ) Bad state: field does not exist within the DocumentSnapshotPlatform

I am implementing the project by referring to the sample code before firestore 2.0. I'm going to bring the last document of the Chat collector to StreamBuilder.

Hasua GraphQL docker engine hammering jwk endpoint

I'm using firebase for the jwk, my docker-compose looks like this: version: '3.6' services: postgres: image: postgres:12 restart: always volumes:

Hi, I am developing an mobile application using flutter and I am bit confused if the strategy I am following is correct?

I created a separate Stateless widget called CustomAppBar will certain parameters. Every I need appBar in my app. I will use CustomAppBar and give required para

Validating Firebase Auth tokens manually

I'm trying to use cloudflare workers to perform authenticated actions. I'm using firebase for authentication and have access to the Access Tokens coming through

Firebase Deploy Problem: Not in a firebase app directory [closed]

enter image description here Error: Not in a Firebase app directory(could not locate firebase.json)

How can I install Firebase AppCheck in my Android React Native project?

I have secured my project with Appcheck in Firebase, I have two apps in my firebase project in which one of them is a web app (https://host-bloodhelper.web.app/

Getting error while verifying phone number in firebase (angular project)

I am working on an angular project, where I am adding MultiFactor Authorisation using firebase authentication, I am trying to verify phone number by firebase.au

React Require auth problem as like secure page problem single page offline login works but not redirect work

When I set up require auth state its works but when it redirects the page it doesn't work. Pages show empty. When I reload then it shows again. import React fro

This React Private Route isn't catching Firebase Auth in time?

I'm working with React to build a admin panel for a website, and using Firebase as the authentication system (and data storage, etc). I've gone through a few Pr

Error: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: undefined... issue

import firebase from 'firebase/compat/app'; import "firebase/compat/storage"; import 'firebase/compat/auth'; import 'firebase/compat/firestore'; const firebase

Flutter: How do I send a push notification from the device itself?

I'm new to programming and I'm developing an app in which the user is suppose to get a notification 30 minutes before an event that's scheduled on the app. The

Module not found: Error: Package path is not exported from package

Trying to make a singup/login page. Code: import firebase from 'firebase'; const config = { apiKey: "AIzaSyCnx2VxuuVmYNeEj22xoyAR0ygS0b1w174", authDomain: "fir-

How to populate firebase reference type in flutter

This is how my firebase firestore data look like You can see that I have the person data field which is a reference type. And this is how I retrieve data from

Setting up a counter in a document and then retrieve it using Firestore: Would this be alright or would this be too expensive?

Under the orders collection, I created a document called counts which would store the counts for the status of the orders: I then created a function to increme

React native, Firebase notification quit state listener re-fire after refreshing app

I'm using React native 0.65.1 and "@react-native-firebase/messaging": "12.8.0", and have messaging().getInitialNotification() listener for cases that the app op

Firebase profiling for a specific device?

As per documentation we can measure the performance of our Firebase Realtime Database with the database profiler tool. Since my app is in live and I want to che

React Native event trigger when app quit state

I want to trigger alarm in app when fcm push notification received, when app is closed (quit state) but there is no event trigger. I'm using @react-native-fireb

How to handle Firebase Cloud Messaging Notifications in Django?

I am managing to send FCM notifications to my app through Django. Here is my function for pushing notifications: import firebase_admin from firebase_admin impor

I have an array of items inside a list from firebase. I want to display those array elements inside my flutter app but I have failed

Inside of my firebase collection (which is a list elements) I have arrays as well. I am failing to display the elements inside the array in my flutter app. Here