About 17,400 results
Open links in new tab
  1. Add Firebase to your Android project

    3 days ago · A guide to adding Firebase to an Android project, including how to create a Firebase project, register an app, and add the necessary SDKs.

  2. Connect your App to Firebase | Firebase Realtime Database

    3 days ago · A guide to getting started with the Firebase Realtime Database on Android, including creating a database, adding the SDK, configuring security rules, and performing basic read and write …

  3. Get Started with Firebase Authentication on Android

    5 days ago · Before talking about how your app authenticates users, let's introduce a set of tools you can use to prototype and test Authentication functionality: Firebase Local Emulator Suite.

  4. Read and Write Data on Android | Firebase Realtime Database

    3 days ago · A guide to reading and writing data in the Firebase Realtime Database for your Android app, including how to listen for changes, update or delete data, and perform transactions.

  5. Get started with Cloud Firestore - Firebase

    3 days ago · If you haven't already, create a Firebase project: In the Firebase console, click Add project, then follow the on-screen instructions to create a Firebase project or to add Firebase services to an …

  6. Firebase Studio

    Nov 25, 2025 · Access to Firebase Studio is available at no cost, but you can increase the number of workspaces you can create by joining the Google Developer Program. Certain integrations (like …

  7. Authenticate with Google on Android | Firebase Authentication

    3 days ago · We recommend using the Firebase Android BoM to control library versioning. Also, as part of setting up Firebase Authentication, you need to add the Credential Manager SDK to your app.

  8. Project IDX is now part of Firebase Studio

    Nov 25, 2025 · Firebase Studio is an agentic, cloud-based development environment that gives you powerful tools and AI agents directly in your browser. With Firebase Studio, you can prototype, build, …

  9. Authenticate with Firebase Using Email Link in Android

    3 days ago · You can use Firebase Authentication to sign in a user by sending them an email containing a link, which they can click to sign in. In the process, the user's email address is also verified. There …

  10. Authenticate with Firebase on Android using a Phone Number

    5 days ago · To use phone number authentication, Firebase must be able to verify that phone number sign-in requests are coming from your app. There are three ways Firebase Authentication …