Published onOctober 19, 2022Realtime Database vs Cloud FirestoreandroidfirebaseFirebase provides Cloud Firestore and Realtime Database. In this blog, we will see the difference between both.
Published onOctober 10, 2022Ignore less important or sensitive files while pushing code to remote repositoryandroidgitIn android, some files and directories can be ignored while pushing code to the remote repository.
Published onJuly 5, 2022Uploading Multiple Files to FirebaseStorageandroidfirebasemvvmcoroutinesflowkotlinIn this blog, we will learn about uploading multiple files or images to firebase storage using coroutines.