daniel-goldstein / pawprints-mobile

Mobile app for tracking clues during Husky Hunt
2 stars 1 forks source link

Firebase out of date #19

Closed joshspicer closed 3 years ago

joshspicer commented 5 years ago

The firebase library is 2 major versions out of date.

When running the app, you'll probably get stuck on this screen for ~5 minutes when updating with yarn.

This can be fixed by updating firebase library. Since we are two major versions behind, there are several breaking changes. We can consider doing this (or not). I haven't observed anything broken with the subset of firebase features we're using.

..
warning "jest-expo > babel-jest > babel-preset-jest@24.9.0" has unmet peer dependency "@babel/core@^7.0.0".
[4/4] 🔨  Building fresh packages...
[-/5] ⠐ waiting...
[-/5] ⠐ waiting...
[3/5] ⠐ grpc
[-/5] ⠐ waiting...
error /Users/joshspicer/Documents/pawprints/pawprints-mobile/node_modules/grpc: Command failed.
Exit code: 1
Command: node-pre-gyp install --fallback-to-build --library=static_library
Arguments: 
Directory: /Users/joshspicer/Documents/pawprints/pawprints-mobile/node_modules/grpc
Output:
node-pre-gyp info it worked if it ends with ok
node-pre-gyp info using node-pre-gyp@0.12.0
node-pre-gyp info using node@12.10.0 | darwin | x64
node-pre-gyp WARN Using request for node-pre-gyp https download 
node-pre-gyp info check checked for "/Users/joshspicer/Documents/pawprints/pawprints-mobile/node_modules/grpc/src/node/extension_binary/node-v72-darwin-x64-unknown/grpc_node.node" (not found)

...
daniel-goldstein commented 3 years ago

Closing for archiving.