Files
self/app/tests/__setup__/@env.js
Justin Hernandez d1962734db Add Social Login Demo (Google + Apple) with navigation and test mocks (#1806)
* chore: bump firebase to v21 and clean up Podfile

* feat: add social login demo screen

* pr feedback

* pr feedback

* fixes

* add android values to ci

* feedback
2026-03-03 18:53:11 -08:00

23 lines
722 B
JavaScript

// SPDX-FileCopyrightText: 2025-2026 Social Connect Labs, Inc.
// SPDX-License-Identifier: BUSL-1.1
// NOTE: Converts to Apache-2.0 on 2029-06-11 per LICENSE.
export const DEFAULT_DOB = undefined;
export const DEFAULT_DOE = undefined;
export const DEFAULT_PNUMBER = undefined;
export const ENABLE_DEBUG_LOGS = false;
export const GOOGLE_SIGNIN_ANDROID_CLIENT_ID = 'mock-google-client-id';
export const GOOGLE_SIGNIN_IOS_CLIENT_ID = 'mock-google-ios-client-id';
export const GOOGLE_SIGNIN_WEB_CLIENT_ID = 'mock-google-web-client-id';
export const IS_TEST_BUILD = false;
export const MIXPANEL_NFC_PROJECT_TOKEN = undefined;
export const SEGMENT_KEY = 'mock-segment-key';
export const SENTRY_DSN = 'mock-sentry-dsn';