
Connecting to Google BigQuery
​
Refer to Google Cloud documentation to learn more.
​​
Step 1: Create a Google Cloud Project
-
Go to the Google Cloud Console.
-
Create a new project or select an existing one.
-
Take note of the Project ID.
Step 2: Enable BigQuery API
-
In your project, go to APIs & Services > Library.
-
Search for BigQuery API and click Enable.
​
Step 3: Configure OAuth Consent Screen
-
Go to APIs & Services > OAuth consent screen.
-
Choose Internal (this requires Google Workspace with your domain).
-
If you don't yet have Google Workspace, you’ll need to choose External for now.
-
-
Fill in:
-
App name
-
User support email
-
Authorized domain(s)
-
Developer contact information
-
-
Scopes:
-
Save and Publish.
Step 4: Create OAuth 2.0 Client ID for iOS
-
Go to APIs & Services > Credentials.
-
Click Create Credentials > OAuth client ID.
-
Choose Application type: iOS.
-
Enter:
-
Name: e.g., Oneboard BigQuery
-
Bundle ID: ai.sweeft.oneboard
-
-
Click Create and save the:
-
Client ID
-
Client Secret (not used directly in iOS, but useful for backend exchanges)
-