0

I'm trying to integrate firebase appCheck into my react application.

Here is the ERROR code:

enter image description here

And this is my code: enter image description here

How to get rid of this error ?

Thanks in adavnce.

Ahmad
  • 37
  • 1
  • 5

1 Answers1

1

For a modular version of Firebase you should import it from

import firebase from 'firebase/compat/app'
KamS
  • 139
  • 1
  • 10