Skip to content
This repository was archived by the owner on Dec 8, 2025. It is now read-only.

Firebase Auth integration for HTTP functions.#3

Merged
dinko7 merged 20 commits intomasterfrom
http-firebase-auth
Mar 13, 2025
Merged

Firebase Auth integration for HTTP functions.#3
dinko7 merged 20 commits intomasterfrom
http-firebase-auth

Conversation

@dinko7
Copy link
Copy Markdown
Owner

@dinko7 dinko7 commented Mar 13, 2025

  • Http functions now support Firebase Auth by default
  • Function expects Authorization: Bearer <token> where token is the Firebase Auth IdToken
  • Authentication can be disabled by using the annotation @Http(auth: false)
  • IdToken is available as a named parameter in all signatures of the Http function: {required IdToken token}
  • Updated docs and example folder

@dinko7 dinko7 merged commit c8a5a6c into master Mar 13, 2025
@dinko7 dinko7 deleted the http-firebase-auth branch March 13, 2025 13:45
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant