10. Store Panel Setup
10.1 Connect to FTP and Setup
Please follow the same instructions provided above for the web panel setup to connect to your server via FTP and complete the application setup.
Important Notes:
Add Your Google Client ID for Google Login Functionality To enable Google login, you need to provide your Google Client ID.
Steps to find your Google Client ID:
- Go to your Firebase Project in the Firebase Console.
- Navigate to Authentication > Sign-in Method.
- Click on Google under the list of providers.
- Scroll down to Web SDK configuration.
- Copy the Web Client ID.
- Paste this Client ID in the env file of the web panel.
GOOGLE_CLIENT_ID=
Steps to Check/Add Authorized Domains for OAuth 2.0 Client ID
- Go to Google Cloud Console.
- Navigate to APIs & Services > Credentials.
- Open your OAuth 2.0 Client ID (Web application type).
- Ensure the following are added:
Authorized JavaScript Origins e.g.Authorized Redirect URIs e.g.
- https://store.yourdomain.com.com/__/auth/handler
And after that you can access your store panel at your desired domain For ex: https://store.yourdomain.com/
