Skip to content
New issue

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

🔥 Typing for firebase.firestore.Blob.toUint8Array() is incorrect #1715

Closed
7 of 29 tasks
jfaust opened this issue Nov 28, 2018 · 0 comments
Closed
7 of 29 tasks

🔥 Typing for firebase.firestore.Blob.toUint8Array() is incorrect #1715

jfaust opened this issue Nov 28, 2018 · 0 comments

Comments

@jfaust
Copy link

jfaust commented Nov 28, 2018

Issue

The typing for firebase.firestore.Blob.toUint8Array() is:

toUint8Array: Uint8Array;

It should be:

toUint8Array(): Uint8Array;

Project Files

iOS

ios/Podfile:

  • I'm not using Pods
  • [] I'm using Pods and my Podfile looks like:
# 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

  • Platform that you're experiencing the issue on:
    • iOS
    • Android
    • iOS but have not tested behavior on Android
    • Android but have not tested behavior on iOS
    • Both
  • If known, the version of the platform are you experiencing the issue on:
    • iOS 12.1 e.g. iOS 10 or Android API 28
  • Operating System:
    • MacOS, version: N/A
    • Windows, version: N/A
    • Other, please specify: N/A
  • Build Tools:
    • N/A e.g. Xcode 10, Android Studio 3.2
  • React Native version:
    • 0.56.0
  • React Native Firebase library version:
    • 5.0.0
  • Firebase module(s) you're using that has the issue:
    • [] N/A
    • Authentication
    • Analytics
    • Cloud Firestore
    • Cloud Messaging (FCM)
    • Crashlytics
    • Dynamic Links
    • Functions Callable
    • Invites
    • Instance ID
    • Notifications
    • Performance Monitoring
    • Realtime Database
    • Remote Config
    • Storage
  • Are you using TypeScript?
    • No
    • Yes, version: 3.0.1
  • Are you using Expo, e.g. ExpoKit?
    • No
    • Yes, I've not ejected
    • Yes, but I have ejected to ExpoKit
    • Yes, but I have ejected to vanilla React Native
    • Expo version: N/A

Think react-native-firebase is great? Please consider supporting the project with any of the below:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant