https://github.com/firebaseextended/firebase-functions-go
https://github.com/firebaseextended/firebase-functions-go
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/firebaseextended/firebase-functions-go
- Owner: FirebaseExtended
- License: apache-2.0
- Archived: true
- Created: 2021-06-16T17:05:29.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-24T21:35:04.000Z (almost 5 years ago)
- Last Synced: 2025-06-19T23:04:50.414Z (10 months ago)
- Language: Go
- Size: 20.5 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Firebase Functions SDK for Go
Welcome to the Firebase Functions SDK for Go. This is an experimental
repository for a project that may never be officially supported.
It is in early stages, there is absolutely no guarantees for
API stability and breaking changes should be expected often.
Instructions for use will be granted upon joining the Firebase
trusted testers group.
## How it works
Developers write their own module using this package. The
program at `/support/codegen` analyzes a package and generates
an emulator binary combining the package and `/support/emulator`.
The `firebase-tools` CLI can use this emulator binary to
serve or analyize a package for local development or deploying
to production.