Software Alternatives & Reviews

Using the Firebase Local Emulator with Expo's managed workflow

React Native Firebase Firebase
  1. A well tested feature rich Firebase implementation for React Native, supporting both iOS & Android platforms for 10+ Firebase modules (including Cloud Firestore) 🔥.
    Pricing:
    • Open Source
    While the Local Emulator Suite is super easy to set up on a web app project, it's a little bit trickier for React Native / Expo. The standard React Native x Firebase library (aptly named react-native-firebase) requires you to eject from the Expo managed workflow, so we'll need to use the Web SDK.

    #VPS #VPS Hosting #Cloud Computing 44 social mentions

  2. Firebase is a cloud service designed to power real-time, collaborative applications for mobile and web.
    For this post, I'm going to assume you've gone and set up a Firebase project on their site. You'll need a Web project as we've mentioned above. You'll be given a big JSON object of config data, so let's copy and paste that into your web.config.firebase property in your config file (app.json or app.config.ts):.

    #Developer Tools #App Development #Backend As A Service 246 social mentions

Discuss: Using the Firebase Local Emulator with Expo's managed workflow

Log in or Post with