Connectors with Admin-Only Access
Create sets of reusable operations that are not accessible from client applications but can be called from server code or manually in the Firebase Console.
31
votes
-
Paul Noh commented
I want to keep all queries and mutations contained within my Dataconnect project. Currently, using gql strings causes the code to be scattered in multiple functions outside the project.
-
SONKENG MBOGNING commented
I think this is the way to go!
It would be great to be able to directly leverage the auto-generating sdks instead of relying on gql strings...