Compare commits
2 Commits
95492d304f
...
66a65aed38
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
66a65aed38 | ||
|
|
4ce107c4af |
@ -7,7 +7,6 @@
|
||||
{
|
||||
"source": "functions",
|
||||
"codebase": "default",
|
||||
"timeoutSeconds": 360,
|
||||
"ignore": [
|
||||
"node_modules",
|
||||
".git",
|
||||
|
||||
@ -6,3 +6,6 @@ export { processNotificationOnCreate } from './notifications';
|
||||
export * from './payments';
|
||||
export { getPlaceDetails, getPlacesAutocomplete } from './places';
|
||||
export { registerClient } from './clientRegistration';
|
||||
import { setGlobalOptions } from "firebase-functions/v2";
|
||||
|
||||
setGlobalOptions({ timeoutSeconds: 300 });
|
||||
Loading…
Reference in New Issue
Block a user