Closed
Description
Today I wondered why my callable functions not working anymore. Then I saw that you tell "Support region configuration via FunctionsRegionToken". But if you not set it, the region is "null" and this region not exists.
So at the moment it is required to add { provide: FunctionsRegionToken, useValue: 'us-central1' },
to the providers section. From my point of view everyone who uses AngularFireFunctionsModule and callable functions, this is a BREAKING CHANGE
My feature request
it would be better, if no RegionToken is set, that the default value is 'us-central1'.
Metadata
Metadata
Assignees
Labels
No labels