When I installing the firebase with 'npm install -g firebase' to my react-native project. I received this warning message
npm WARN @grpc/grpc-js@1.1.0 requires a peer of google-auth-library@5.x || 6.x but none is installed. You must install peer dependencies yourself.
How I solve this warning?
