Upload an Image in Firebase Cloud Storage and Link to Firebase Firestore Database

99 Просмотры
Издатель
Store an image we've captured with the Camera into Firebase Cloud Storage. Firebase Cloud Storage allows us to upload binary data, like images and videos. In this video, I show how to upload to Firebase Cloud Storage by using FirebaseStorage imports. Then, I show how to get a URL for the upload, and link the upload to a record in Firebase Cloud Firestore, also known as Firebase Database. This is an important concept, because you cannot store binary files directly in Firebase Database, while you can in Firebase Cloud Storage, and then you can link the two records together.
Категория
Язык программирования Kotlin
Комментариев нет.