• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

firebasecloudstore

  1. W

    Developing a Personal Budgeting App Using Android Studio & Firebase |Tutorials for beginners

    An android development tutorial for beginners, to help you become an android developer by creating simple apps and working your way up. SOURCE CODE PROVIDED! What you will learn. XML - using xml to create beautiful UIs that offer excellent user experience. Java programming language. Firebase...
  2. P

    database.collection("Users").document(userID).set(map)

    Hello guys, I'm really new here, hope someone could help. I ve a problem apparently simple, but i'm going crazy to fix it! So, as title saying, I'm trying to add a new document in my Cloud Firestone using this way: private void saveOnFireCloud(String userID, String name, String email) {...
  3. I

    How users can only see their own data in Cloud Firestore?

    I'm building an app with Kotlin. In the app, the user can sign up and log in. After the user log in, the user adds some text and pictures, and these data is successfully added to the firebase cloud store and displayed in the app as a list. However, this list can be accessed by anyone registered...
Back
Top Bottom