ios push notifications

This commit is contained in:
Trey t
2025-11-13 16:13:36 -06:00
parent b2f2627ad5
commit ff390a85c2
5 changed files with 37 additions and 30 deletions

View File

@@ -9,7 +9,7 @@ package com.mycrib.shared.network
*/
object ApiConfig {
// ⚠️ CHANGE THIS TO TOGGLE ENVIRONMENT ⚠️
val CURRENT_ENV = Environment.LOCAL
val CURRENT_ENV = Environment.DEV
enum class Environment {
LOCAL,