Deploying firebase cloud fails because of some build errors
I just created a new Firebase project and copy-pasted the sample functions (v1) from firebase docs. When trying to deploy
Looking for answers to your Firebase questions? Our Firebase question archive is a valuable resource for web developers seeking solutions to common app development issues. Browse our extensive collection of Q&A threads covering topics such as authentication, real-time database, cloud functions, and more. Find the solutions you need to build and scale your app with Firebase! An extensive official documentation can be found here.
I just created a new Firebase project and copy-pasted the sample functions (v1) from firebase docs. When trying to deploy
I have a self-referencing schema:
type Category @table(name: "Categories", singular: "category", plural: "categories", key: ["id"]) {
id: UUID!
I want to use Firebase to authenticate user via phone in an Android app. The doc says to do this<br
I’m playing around with firestore since I used realtime database in a course I did on angular. I created an
We have several 2nd gen functions sharing the same source code. Only one of them needs to be deployed with
Certification Authority (CA) for Apple Push Notification service (APNs) is changing.
We are using firebase for push notification. As far
Cannot find module ‘firebase-functions/v2/auth’ or its corresponding type declarations.
This is error I get on import { onDelete } from
I’m using Firebase emulators to develop and test Cloud Functions locally, and one of my use cases involves uploading a
I haven’t changed my firebase functions in a while, yesterday I wanted to create a new firebase function and added
I have initialised my firebase app as follows.
const PRODUCTION = false;
let firebaseConfig = {
apiKey,<br