Using Firebase v9 with Snack

Hi,

Recently, I’m creating my own Twitter clone app with Expo Snack to upgrade my RN skill.
I almost finished work of Authentication UI so I was going to add real back-end feature of authentication using Firebase.

However before I start to add my codes, I found problem that Snack couldn’t add firebase dependency showing Failed to resolve dependency ‘firebase@9.3.0’ (Can’t resolve ‘’ in ‘/tmp/snackager/snackager/buildStatus/1/firebase@9.3.0-ios,android,web/package’) error.

Because of this, I can’t take next steps to complete my project.
Please, let me know how to fix this error.

and my Snack URL is here: Ewitter - Snack

I have the same issue:
Failed to resolve dependency ‘firebase@*’ (Can’t resolve ‘’ in ‘/tmp/snackager/snackager/buildStatus/1/firebase@9.5.0-ios,android,web/package’)

1 Like

same here…
in expo snack im getting this error:

Failed to resolve dependency ‘firebase@9.21.0’ (Can’t resolve ‘’ in ‘/tmp/snackager/snackager/buildStatus/1/firebase@9.21.0-ios,android,web/package’)

Try creating an issue here with the details

thank you for the answer… I saw that there is more than one issue about it already…
I think that the best solution for now is to downgrade firebase to ver 8.x
I saw that this version is working good on expo snack

1 Like