We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The typing for firebase.firestore.Blob.toUint8Array() is:
firebase.firestore.Blob.toUint8Array()
toUint8Array: Uint8Array;
It should be:
toUint8Array(): Uint8Array;
ios/Podfile
# N/A
AppDelegate.m
// N/A
android/build.gradle
android/app/build.gradle
android/settings.gradle
MainApplication.java
AndroidManifest.xml
<!-- N/A -->
iOS 12.1
N/A
React Native
0.56.0
React Native Firebase
5.0.0
Firebase
TypeScript
3.0.1
ExpoKit
Think react-native-firebase is great? Please consider supporting the project with any of the below:
react-native-firebase
Invertase
The text was updated successfully, but these errors were encountered:
d13f0af
No branches or pull requests
Issue
The typing for
firebase.firestore.Blob.toUint8Array()
is:It should be:
Project Files
iOS
ios/Podfile
:# N/A
AppDelegate.m
:// N/A
Android
android/build.gradle
:// N/A
android/app/build.gradle
:// N/A
android/settings.gradle
:// N/A
MainApplication.java
:// N/A
AndroidManifest.xml
:<!-- N/A -->
Environment
iOS 12.1
e.g. iOS 10 or Android API 28N/A
N/A
N/A
N/A
e.g. Xcode 10, Android Studio 3.2React Native
version:0.56.0
React Native Firebase
library version:5.0.0
Firebase
module(s) you're using that has the issue:TypeScript
?3.0.1
ExpoKit
?ExpoKit
N/A
Think
react-native-firebase
is great? Please consider supporting the project with any of the below:React Native Firebase
andInvertase
on TwitterThe text was updated successfully, but these errors were encountered: