Skip to main content

Questions tagged [firebase]

Firebase is a serverless platform for unified development of applications for mobile devices and for the web.

0 votes
0 answers
6 views

React Native Expo Project: Authenticated User Redirection Issue

I'm working on a React Native Expo project, and I'm having trouble with user authentication redirection. Here's the project structure: (app) - (tabs) - _layout.tsx auth onboarding In the ...
Fabio Ferrero's user avatar
0 votes
0 answers
4 views

TypeError: Invalid Attempt To Destructure Non-Iterable Instance Error Message (React Navigation/Firebase Auth)

The entire error message is: TypeError: Invalid attempt to destructure non-iterable instance. In order to be iterable, non-array objects must have a symbol.iteratormethod My App.js is as follows: ...
Jowens4954 's user avatar
0 votes
0 answers
8 views

Dependencies add

I am nit able to add dependencies in android studio kotlin app project I tried youtube tutorial bit it didn't work and i expect someone to guide me with correct steps I have tried steps of he girl of ...
Suhani Jain's user avatar
-4 votes
0 answers
12 views

Can I integrate scikit learn with flutter? If yes how [closed]

I am trying to build an app using flutter for my college project. How can I integrate machine learning model in flutter Is it possible to integrate machine learning model with flutter Scikit learn, ...
Pratham Pendam's user avatar
1 vote
1 answer
25 views

iOS Firestore permission denied even when using Firebase Authentication

I know this question has been asked a lot but a lot of the solutions say to change the Firestore rules and I don't want to do that. I'm wondering why they aren't working as is since I have ...
radishhorse's user avatar
0 votes
1 answer
11 views

Firebase: How do I create user only after verifying condition? [duplicate]

How do I do the following? if (something) { createUserWithEmailAndPassword(auth, email, password) .then((userCredential) => { ..... } Since the code runs on the client, can't the user just ...
JobHunter69's user avatar
  • 2,069
0 votes
0 answers
13 views

Error Updating V2 Cloud Functions in Firebase

I'm trying to update some V2 cloud functions in Firebase but keep encountering an error. Previously, I managed to deploy these functions without any issues. Below is the log from my deployment attempt:...
Arthur TL's user avatar
0 votes
1 answer
13 views

Laravel/Reactnative Firebase send error: Request contains an invalid argument

In my project where I use React-native and Laravel, I encountered an error in the notifications section. While I can receive notifications on the Android side without any issues, on the iOS side, when ...
Mehmet Ozdemir's user avatar
0 votes
0 answers
22 views

Firebase Listener doesnt work on safari but works on chrome

I am making a time table that users can store locally using Shared Preferences in flutter. When an admin makes an update in firestore, I want the changes to be updated locally as well (in Shared ...
Fats's user avatar
  • 1
0 votes
0 answers
12 views

Firebase functions onValueCreated database trigger not working

I wrote below trigger exports.onNewGameRequest = onValueCreated( {ref: "/game_requests/{uid}", region: "europe-west1"}, async (event) => { // Grab the current value of what ...
cubesoft's user avatar
  • 3,508
1 vote
0 answers
24 views

My Firestore listener in C# is not working

I’m new to Firestore. According to the official documentation, my code should work correctly, but for some reason, it doesn’t. I can read and write data correctly. Could it be that I’m missing some ...
Matías Ferechian's user avatar
0 votes
0 answers
27 views

How can i correctly setup App Integrity to enable mobile verification in Flutter

I am currently in the middle of creating my authentication process for sign-up in Flutter. I have correctly signed the user up with their email and password, the user is then prompted to enter some ...
Shamus Wood's user avatar
-3 votes
0 answers
27 views

My Flutter app, live in the App Store, crashes on launch [closed]

Users cannot access my app, which is currently live in the app store. In the error logs Apple shared with me, the apparent error is : "exception" : { "codes":"...
Eren Malkoç's user avatar
0 votes
1 answer
19 views

Ionic Capacitor and Firebase Firestore

trying to make Firebase Firestore work in Ionic Capacitor on an iOS device for five hours and I'm losing my nerves right now. Hope you can ramp me up here. The setup: Ionic: ionic (Ionic CLI) ...
genesis's user avatar
  • 23
0 votes
0 answers
16 views

Firebase rules work fine in emulator, don't work in the Cloud

The following firestore rules set works in my emulator, but does not work in the Cloud. The isUserAuthenticated returns false, as if the {userId} didn't evaluate correctly. rules_version = '2'; ...
pax's user avatar
  • 1,795

15 30 50 per page
1
2 3 4 5
9581