swensonhe / strapi-firebase-auth

MIT License
18 stars 8 forks source link

Unable to bootstrap on fresh install. #48

Open chandrashekhar07 opened 8 months ago

chandrashekhar07 commented 8 months ago

Describe the bug

Error: Names must match /^[_a-zA-Z][_a-zA-Z0-9]*$/ but "firebase-config-json" does not.                                                   ││                                                                                                                                             ││   Names must match /^[_a-zA-Z][_a-zA-Z0-9]*$/ but "firebase-config-json" does not.  

To Reproduce Steps to reproduce the behavior:

  1. Install the plugin using yarn add @swensonhe/strapi-plugin-firebase-auth
  2. Run the application with the command strapi develop --watch-admin
  3. See the error on the terminal.

Expected behavior

Screenshots image

Desktop (please complete the following information):

espython commented 8 months ago

@chandrashekhar07 what kind of DB you are using ??

chandrashekhar07 commented 8 months ago

@chandrashekhar07 what kind of DB you are using ??

PostgreSQL

espython commented 8 months ago

hi @chandrashekhar07 I noticed that you are using GRAPHQL but Actually we don't support GRAPHQL yet. we would really Appreciate if you wish to create a pr adding GRAPHQL support to the plugin. That would be really helpful

purnamasari commented 8 months ago

I'm having the same issue, resolved by renaming the variable to firebase_config_json making a PR => https://github.com/swensonhe/strapi-firebase-auth/pull/51

espython commented 8 months ago

@purnamasari thanks for your efforts we gonna review your PR and back to you again