mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-06-04 19:45:56 +08:00
[skip ci] docs
This commit is contained in:
7
packages/functions/lib/index.d.ts
vendored
7
packages/functions/lib/index.d.ts
vendored
@@ -31,9 +31,10 @@ import {
|
||||
*/
|
||||
export namespace Functions {
|
||||
/**
|
||||
* The set of Firebase Functions status codes. The codes are the same at the
|
||||
* ones exposed by gRPC here:
|
||||
* https://github.com/grpc/grpc/blob/master/doc/statuscodes.md
|
||||
* The set of Firebase Functions status codes.
|
||||
*
|
||||
* @note
|
||||
* The codes are the same at the ones exposed by [gRPC](https://github.com/grpc/grpc/blob/master/doc/statuscodes.md).
|
||||
*
|
||||
* Possible values:
|
||||
* - `cancelled`: The operation was cancelled (typically by the caller).
|
||||
|
||||
@@ -18,9 +18,10 @@
|
||||
import { ReactNativeFirebaseModule } from '@react-native-firebase/app-types/index.js.flow';
|
||||
|
||||
/**
|
||||
* The set of Firebase Functions status codes. The codes are the same at the
|
||||
* ones exposed by gRPC here:
|
||||
* https://github.com/grpc/grpc/blob/master/doc/statuscodes.md
|
||||
* The set of Firebase Functions status codes.
|
||||
*
|
||||
* @note
|
||||
* The codes are the same at the ones exposed by [gRPC](https://github.com/grpc/grpc/blob/master/doc/statuscodes.md).
|
||||
*
|
||||
* Possible values:
|
||||
* - `cancelled`: The operation was cancelled (typically by the caller).
|
||||
|
||||
Reference in New Issue
Block a user