feat(functions): Allow configuration of Functions Emulator Origin#2017
feat(functions): Allow configuration of Functions Emulator Origin#2017jamesdaniels merged 5 commits intomasterfrom
Conversation
|
@davideast Ready for review. Don't merge, if approved; as I'm targeting this for the 5.2 release. |
|
This would be nice to have! Looks like it needs a rebase tho. |
|
@jamesdaniels currently, if you are using a custom domain with firebase functions (via firebase hosting) I don't believe This PR looks like it addresses that need, but, if so, the name of the token |
|
@thefliik I like that idea, I'm also not loving the |
|
i love this |
Checklist
yarn install,yarn testrun successfully? (yes/no; required)Description
Allow AngularFireFunctions to point to the Cloud Functions Emulator. This increases minimum requirement of Firebase to 5.5.7.
Code sample
Point callable Functions to the Cloud Function emulator by adding the
FunctionsEmulatorOriginTokento theproviderssection of yourNgModule.