-
無事にデプロイができました。これで目標「Firebase へのデプロイ」は完了です!
次にfunctionsなどへのapi機能の実装についてもfirebaseへapiを移行していきたいと思います
-
I want to deploy a project with a Node module on a private registry added as a dependency.
I configured `.npmrc` following:
```
//npm.pkg.github.com/:_authToken=${NPM_TOKEN}
@scope:reg…
ganta updated
6 months ago
-
We gonna need test scripts for all functions and those will also be executed by CI (codeship) during deployment
-
Since firebase 3, the way of managing the users definitively changed, the API endpoints have vanished, it seems that the API has never been made public and got reverse engineered from Node SDK source …
-
Hi I got the following error installing the extension
RESOURCE_ERROR at /deployments/firebase-ext-firestore-user-document/resources/backfillExistingUsers: {"ResourceType":"gcp-types/cloudfunctions-…
-
### Operating System
?
### Browser Version
Chrome
### Firebase SDK Version
10.6.0
### Firebase SDK Product:
AppCheck
### Describe your project's tooling
Next.js (v14) and TypeScript
### Desc…
-
### Description of the bug:
GoogleGenerativeAIFetchError: [GoogleGenerativeAI Error]: Error fetching from https://generativelanguage.googleapis.com/v1beta/models/text-embedding-004:embedContent: [40…
-
Issue: Firebase cmdline utility does not detect any Firebase functions written in Dart.
Steps to Reproduce:
1. File: functions/pubspec.yaml
```name: test
dependencies:
firebase_admin_intero…
-
### [REQUIRED] Environment info
**firebase-tools:** 13.10.0
**Platform:** NixOS 24.05
### [REQUIRED] Test case
```py
# The Cloud Functions for Firebase SDK to create…
-
This file:
functions-samples/quickstarts/uppercase/functions/test/test.online.js
Is only available in JS. Would be great to see some Typescript for it.