Compare commits
No commits in common. "66a65aed386efe885680bf7a0269196b6fee0743" and "95492d304fc8faadf993758ac30816f85ac55121" have entirely different histories.
66a65aed38
...
95492d304f
@ -7,6 +7,7 @@
|
|||||||
{
|
{
|
||||||
"source": "functions",
|
"source": "functions",
|
||||||
"codebase": "default",
|
"codebase": "default",
|
||||||
|
"timeoutSeconds": 360,
|
||||||
"ignore": [
|
"ignore": [
|
||||||
"node_modules",
|
"node_modules",
|
||||||
".git",
|
".git",
|
||||||
|
|||||||
@ -6,6 +6,3 @@ export { processNotificationOnCreate } from './notifications';
|
|||||||
export * from './payments';
|
export * from './payments';
|
||||||
export { getPlaceDetails, getPlacesAutocomplete } from './places';
|
export { getPlaceDetails, getPlacesAutocomplete } from './places';
|
||||||
export { registerClient } from './clientRegistration';
|
export { registerClient } from './clientRegistration';
|
||||||
import { setGlobalOptions } from "firebase-functions/v2";
|
|
||||||
|
|
||||||
setGlobalOptions({ timeoutSeconds: 300 });
|
|
||||||
Loading…
Reference in New Issue
Block a user