skip to Main Content

Flutter FlutterFire installation

I'm struggling with installing flutterfire on my Android Studio. I've successfully logged in with my account to Firebase, using firebase-tools-instant-win. I've successfully installed flutterfire in Android Studio, using the command line: dart pub global activate flutterfire_cli It automatically added flutterfire_cli:…

VIEW QUESTION

Cannot get Firebase Emulators running – Debian

Trying to run Firebase Emulators with the command firebase emulators:start I'm not able to start it. Checking the logs I see this. firebase-debug.log [debug] [2022-10-13T17:03:11.665Z] ---------------------------------------------------------------------- [debug] [2022-10-13T17:03:11.667Z] Command: /usr/local/bin/node /usr/local/share/npm-global/bin/firebase emulators:exec --project=demo-project --ui ng serve [debug] [2022-10-13T17:03:11.667Z] CLI Version:…

VIEW QUESTION

I can't use request in firebase emulator

Request function isn't working in my firebase emulator and My Firebase CLI version is 11.13.0 that is latest version. But the screen shot is 'Please update your Firestore Emulator. This feature requires the latest Firestore Emulator. Please upgrade your Firebase…

VIEW QUESTION

Firebase – Unable to Deploy Cloud Functions – Permission denied to enable service [artifactregistry.googleapis.com]

I'm trying to deploy the default test function to check that everything works. const functions = require("firebase-functions"); exports.helloWorld = functions.https.onRequest((request, response) => { functions.logger.info("Hello logs!", {structuredData: true}); response.send("Hello from Firebase!"); }); But when I run firebase deploy or firebase deploy…

VIEW QUESTION
Back To Top
Search