Firebase imports undefined after upgrading to SDK 42

Please provide the following:

  1. SDK Version: 42
  2. Platforms(Android/iOS/web/all): all
  3. Add the appropriate “Tag” based on what Expo library you have a question on.

Just posting here that I ran into the same issue as firebase.auth undefined after SDK42 update – however the way to resolve it was the following:

- import * as firebase from "firebase/app"
+ import firebase from "firebase/app"

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.