[skip ci] docs

This commit is contained in:
ehesp
2019-04-29 13:11:39 +01:00
parent ba1c449576
commit 49eb032e82
2 changed files with 8 additions and 6 deletions

View File

@@ -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).

View File

@@ -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).