Hello,
Thanks for the awesome library.
Is there any plan to support FirebasUI to display image in image view?
https://firebase.google.com/docs/storage/android/download-files#downloading_images_with_firebaseui
https://firebase.google.com/docs/storage/ios/download-files#downloading_images_with_firebaseui
Hey, we’ve not really looked at this before. Generally I’m not sure what benefit it would provide – With RN it makes it simple to pull in and display an image?
Are you looking for something like the below to be possible?
@vincent0225, @Ehesp @Colmea
Hello, we wrote a small wrapper (only supports images for now) on top of FirebaseUI:
https://github.com/rmrs/react-native-firebaseui
This is our first attempt of writing React Native UI components (the library is still considered alpha), but we’ve been running with it for two weeks and it made our application(s) much faster.
I am interested in
FirebaseUI
so that I can use Phone Auth without writing logic to detect current country code and providing a picker for it, and writing validation logic and UI for the verification code. Kindly consider this use case. (cc: @Ehesp)It would be great if we could use
FirebaseUI
for auth