Typescript typings
If you start using Firebase in your Typescript application you need to let Typescript know about this global firebase variable that you know have access to. First install firebase not to import but simply to get access to the types contained within:
Now create a src/firebase.d.ts file and copy the following:
Now you have full typescripts bindings available.
Last updated