mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-25 13:04:52 +08:00
initial commit: basic flow errors
This commit is contained in:
10
lib/flow.js
10
lib/flow.js
@@ -21,3 +21,13 @@ declare type GoogleApiAvailabilityType = {
|
||||
isUserResolvableError?: boolean,
|
||||
error?: string
|
||||
};
|
||||
|
||||
declare class FirebaseError {
|
||||
message: string,
|
||||
name: string,
|
||||
code: string,
|
||||
stack: string,
|
||||
path: string,
|
||||
details: string,
|
||||
modifiers: string
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user