mirror of
https://gitcode.com/gh_mirrors/re/react-native-pushy.git
synced 2025-10-08 18:55:14 +08:00
15 lines
357 B
TypeScript
15 lines
357 B
TypeScript
/*
|
|
*
|
|
* Testing tools for invertase/react-native-firebase use only.
|
|
*
|
|
* Copyright (C) 2018-present Invertase Limited <oss@invertase.io>
|
|
*
|
|
* See License file for more information.
|
|
*/
|
|
|
|
import * as functions from 'firebase-functions';
|
|
|
|
export const testFunctionCustomRegion = functions
|
|
.region('europe-west1')
|
|
.https.onCall(() => 'europe-west1');
|