About 12,000,000 results
Open links in new tab
  1. No Firebase App '[DEFAULT]' has been created - call Firebase ...

    No Firebase App ' [DEFAULT]' has been created - call Firebase.initializeApp () in Flutter and Firebase Asked 5 years, 3 months ago Modified 9 months ago Viewed 480k times

  2. Firebase Error: auth/invalid-app-credentials in Next.js project with ...

    We're using Firebase Phone Auth in our Electron app, and it was working just fine about a week ago, and suddenly stopped working.. We're using electron-forge, I'm not sure how we can serve 127.0.0.1 …

  3. PDB file missing when trying to run Firebase on a Flutter project ...

    May 22, 2023 · PDB files not found when trying to run Firebase on a Flutter project. I'm trying to run a Flutter app on VS Code. I set up Firebase, added a google-services.json file to my root folder and …

  4. Is it safe to expose Firebase apiKey to the public?

    May 27, 2016 · From the Firebase documentation on using and managing API keys: Firebase-related APIs use API keys only to identify the Firebase project or app, not for authorization to call the API …

  5. Failed to resolve module specifier "firebase/app"

    Sep 17, 2021 · I do this because Firebase tends to put their web app code in a directory called public. In public/index.html, near the bottom of the body tag, I use this code to load bundle.js:

  6. android - Default FirebaseApp is not initialized - Stack Overflow

    Oct 17, 2016 · We're seeing a few exceptions with the message Default FirebaseApp is not initialized in this process com.example.app. Make sure to call FirebaseApp.initializeApp(Context) first. in our …

  7. Firebase AppCheck Error 403: App attestation failed

    Mar 16, 2024 · Add the following initialization code to your app so that it runs before you use any Firebase services such as Storage, but after calling Firebase.initializeApp ();

  8. Error: Member not found: 'FirebaseAppPlatform.verifyExtends'

    Oct 27, 2022 · Go to "pub.dev" and update the versions in all the firebase products (e.g. firebase_core, firebase_auth, etc) to the latest available package. Just updating the …

  9. javascript - Error: No Firebase App ' [DEFAULT]' has been created ...

    I have a firebase database linked up to two apps, one being an iOS app and another being a web app coded in node.js which is a basic algorithm that sets data to the database. When ever i am running...

  10. Module not found: Can't resolve 'firebase' in - Stack Overflow

    Sep 3, 2021 · Try importing firebase using import firebase from 'firebase/app'; and importing the relative firebase modules as needed.