-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Labels
electrontype: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.web
Description
Hey there! I am currently developing a desktop application using electron that is able to run as an admin client for our managers at work. I've run into an issue with using firebase-admin where when electron is in dev mode it works fine, but when compiled into an exe format it breaks and the error it has is saying that I need to "pass auth instance to grpc-fallback-client" and its coming from new GrpcClient looking further into the code about how this is made its a google-gax client.
Not sure if this is the correct area to put this but I've tried other areas and found nothing. The only similar issue I have seen is #445
Environment details
- OS: Windows
- Node.js version: 8.16.1
- npm version: 6.4.1
google-gaxversion: 1.3.0
Steps to reproduce
(very custom way to hit this and I don't really know how to walk someone through getting to this exact error)
- Have an Electron app that you can compile to exe
- inside the main.js or type script file add an admin client from
firebase-admin - Authenticate your admin client
- Try and pull a collection from firestore
Thanks!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
electrontype: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.web