firebase Questions
6
Solved
I am getting the following error when running my project.
Failed to load
https://us-centralx-xxx.cloudfunctions.net/xxx:
Response to preflight request doesn't pass access control check: No
'A...
1
Hell everyone so im building an app and i want to implement firebase messaging, but i cant get it to work. Everything works up to great till this line of code
void getToken() async {
String? toke...
Doublethink asked 11/11, 2022 at 21:39
2
Solved
I'm trying to configure Firebase on a flutter mobile app.
I have two flavors (prod and preprod) in my app, so I created two Firebase apps, one for each flavor
for the prod flavor everything works f...
3
This is a part of my google-services.json:
"client": [
{
"client_info": {
"mobilesdk_app_id": "1:870942488540:android:61cde8f21dabd0d2844119",
"and...
6
I've been building an app in React Native Expo. First, I incorporated Facebook Login simply by copying and pasting the login async code into Login.js and added this.login() to componentWillMount. T...
Amphibolous asked 18/2, 2019 at 3:18
2
Deploying an application to Firebase hosting, I get the following error:
HTTP Error: 400, hosting.rewrites[0] is not exactly one from [subschema 0],[subschema 1]
This occurs with a simple config...
Woodenware asked 18/8, 2017 at 15:28
5
Solved
I am trying to upload a pdf-file to Firebase-Storage using this function:
static Future<String> savePdf({
required Uint8List assetAsUint8List,
required String fileName,
required DocumentT...
Opposition asked 18/1, 2022 at 22:30
2
I am new to flutter, I was trying to build a web app , and i am trying to save text data to firestore but whenever i run my web app it doesn't run and a new file is opened named web_entrypoint.dart...
Covell asked 6/7, 2021 at 7:50
5
I am getting this error after completing the app instagram clone.
I haven't run the app for a while so when I came back running the app it is giving me this error does anyone know the solution?
The...
Benzocaine asked 17/6, 2023 at 9:54
6
Solved
blank page after recaptcha verification Authenticate with Firebase on iOS using a Phone Number Swift
After recaptcha verification, page only returned blank. It did nothing to do next step.
Screen Shot
Autolithography asked 26/5, 2018 at 7:29
3
Solved
My problem is a bit tedious and need the community to help me out here.
I installed node 12 from the official site of Nodejs.org using it's .pkg file.
I use firebase functions shell to test our w...
Lawrencelawrencium asked 20/2, 2020 at 7:55
5
Solved
I'm trying to push an object to the firebase database, but the push() method isn't working and it seems likely it has something to do with the warning I'm getting:
@firebase/database:, FIREBASE WA...
Pioneer asked 10/1, 2021 at 17:34
4
Solved
I am working on an Angular project that is deployed on Firebase. All the tutorials about Firebase suggest the following way to store Firebase in the app.config.ts:
export const appConfig: Applicati...
Vidda asked 16/5 at 14:38
2
Solved
Do you guys know how to upload PDF Files directly to a Firebase Project Storage?
I searched a lot on the Internet but I found nothing.
Are there some librarys for C#? Or is there any Documentati...
Foist asked 1/12, 2016 at 14:10
7
I created a new Flutter app with the command flutter create test9_firebase_setup -a kotlin --platforms android. The goal is to connect to firebase with auth, analytics and crashlytics working.
In m...
Porter asked 7/10, 2023 at 12:5
8
Solved
I am trying to run my app and it is giving the following error
[core/no-app] No Firebase App '[DEFAULT]' has been created - call Firebase.initializeApp()
I have already called firebase.initializeAp...
7
Solved
After reading 100's of threads and googling I am still confused about this following error message.
Currently, I am using Firebase Cloud Messaging and in very short terms I am trying to get my to...
Perineuritis asked 28/11, 2017 at 11:3
10
I want to check when a user attempts to signup with createUserWithEmailAndPassword() in Firebase user Authentication method, this user is already registered with my app.
Goggler asked 13/10, 2016 at 5:16
2
I have just set up my app and integrated appcheck
and the code looks like
import { initializeApp, getApps } from "firebase/app";
import { getAuth, } from "firebase/auth";
import...
Scirrhous asked 11/9, 2022 at 10:45
6
i was trying to make upload features, so users can upload file into firebase account
in the past, it run well, but yesterday, it wont show the files
there is the code
uploadImage() async {
final s...
Charlotte asked 16/12, 2022 at 15:43
1
I just installed flutter with firebase but when adding to database I get the following error
İnstalled Google Play Services
Add in AndroidManifest(main)
-Add in AndroidManifest(user)
Local module...
Iconoclast asked 12/9, 2022 at 10:9
4
The firebase emulator 11.0.0 is failing to start
firebase emulators:start
an Exception is thrown when it gets to Emulator UI...
i ui: Emulator UI logging to ui-debug.log
⚠ ui: Fatal error occurre...
8
I am trying to pull the markdown string from firebase database then using react-markdown to render it into Component. But the markdown string doesn't show correctly. I think the problem is due to s...
1
I am getting the Crashlytics detected a missing dSYM for version 1.2.1 error.
I got No dSYMs were found for Version 1.2.1 when I was trying to get the dsym file from xcode.
I was trying to get the ...
Laoag asked 13/12, 2022 at 18:27
6
I am using WebPush in my project and it works well for the most part. However, occasionally - often after a prolonged period of use - a user will receive a 404 error with the following JSON respons...
Lucrecialucretia asked 21/8, 2018 at 15:17
© 2022 - 2024 — McMap. All rights reserved.