Skip to content

Put this in an env file #31

Description

@github-actions

https://github.com/Erengun/pati-pati-app/blob/6287d9c5a785e0255e4b7b8a8c77cbb2020ecad1/lib/ui/features/auth/login_logic.dart#L34

      setLogin(isLoading: true);
      final GoogleSignInAccount? googleUser = await GoogleSignIn(
              clientId: Platform.isIOS
                  //!TODO: Put this in an env file
                  ? '247383540944-p3ji8erp1cscvs4hov7prbahfbqtpbrp.apps.googleusercontent.com'
                  : null)
          .signIn();

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions