Compare commits

..

No commits in common. "66a65aed386efe885680bf7a0269196b6fee0743" and "95492d304fc8faadf993758ac30816f85ac55121" have entirely different histories.

2 changed files with 1 additions and 3 deletions

View File

@ -7,6 +7,7 @@
{
"source": "functions",
"codebase": "default",
"timeoutSeconds": 360,
"ignore": [
"node_modules",
".git",

View File

@ -6,6 +6,3 @@ 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 });