Problem description
gRPC couldn't initialize due to the missing 'http2' module.
Reproduction steps
- Use of package
firebase-admin in React App, bootstrapped with create-react-app
- Follow steps from Google Firebase Admin Documentation
- Start the React App using
yarn start or npm start
Environment
- Linux Ubuntu 18.04 amd64
- Node version 10.11.0
- npm
Error message
Failed Compiling
./node_modules/@grpc/grpc-js/build/src/channel.js
Module not found: Can't resolve 'http2' in '/home/.../project1/node_modules/@grpc/grpc-js/build/src'
Problem description
gRPC couldn't initialize due to the missing 'http2' module.
Reproduction steps
firebase-adminin React App, bootstrapped withcreate-react-appyarn startornpm startEnvironment
Error message