Reputation: 39
I'm trying to integrate firebase appCheck into my react application.
Here is the ERROR code:
How to get rid of this error ?
Thanks in adavnce.
Upvotes: 0
Views: 244
Reputation: 182
For a modular version of Firebase you should import it from
import firebase from 'firebase/compat/app'
Upvotes: 1