ursvasan
ursvasan
@kosty I have a similar requirement and wondering what solution you went with. I am working with a multi tenant system where i want to add common tags (that i...
@misrasuraj I just ended up using the helper methods instead of annotation approach. You can find the official documentation [here](https://micrometer.io/docs/concepts#_tag_naming).
I figured I didnt include the line ``` import { firebase } from '../../firebase/config' ``` in RegistrationScreen.js and thats the reason for the above error. Now firebase is loading but...
Turns out I am using Firebase 9.x and it has lot of breaking changes and this tutorial is based on a older version. For the latest changes refer to the...