Ultimate Firebase Setup for Expo in 2024: Step-by-Step Guide with Expo Router V3 & Full Auth Flow

แชร์
ฝัง
  • เผยแพร่เมื่อ 8 ม.ค. 2025

ความคิดเห็น • 5

  • @ronaldoclementerodriguezco6936
    @ronaldoclementerodriguezco6936 4 หลายเดือนก่อน

    Love it, excellent content! grats!

  • @leocrawf
    @leocrawf 7 หลายเดือนก่อน

    Wouldn't "npx expo prebuild" make this process easier so that you can do the builds on your local machine using "npx expo run:android" and "npx expo run:ios" without the need for eas services?

    • @ReactJsJourney
      @ReactJsJourney  7 หลายเดือนก่อน

      As much as possible, I'd like to stick with EAS because of all the benefits it offers. Also, a lot of people do not have macOS:
      docs.expo.dev/workflow/customizing/#manage-custom-native-projects
      "npx expo run:ios requires Xcode (macOS only) installed on your computer"

    • @leocrawf
      @leocrawf 7 หลายเดือนก่อน +1

      @@ReactJsJourney noted!

  • @dcastanheira1
    @dcastanheira1 5 หลายเดือนก่อน

    struggling to add firestore. i cant seem to get the initalization to work i tried to import the app config from app.config.ts to get it initialized but its not importing as an object