Skip to content

Skip google auth for local development by passing env varibale #129

Closed
@SARAN-thala

Description

@SARAN-thala

While creating new features/bug fixes and testing it locally every time google authentication will throw an error in console. To avoid google authentication for local development by adding ENV variable SKIP_GOOGLE_AUTH and set the value to true. Similar to this

SKIP_GOOGLE_AUTH=true npm run dev

By default the SKIP_GOOGLE_AUTH value will be set is as false. So it won't affect the existing functionality. I'll raise a PR to this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions