Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CoffeeUrbanTech/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,7 @@ yarn-error.*
# typescript
*.tsbuildinfo

# firebase info
firebaseConfigWeb.js
app-example
/.idea/
30 changes: 30 additions & 0 deletions CoffeeUrbanTech/GoogleService-Info.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>API_KEY</key>
<string>AIzaSyCIAVzJmICQQNlI43mDyi7VfOJF88PclBY</string>
<key>GCM_SENDER_ID</key>
<string>177052798498</string>
<key>PLIST_VERSION</key>
<string>1</string>
<key>BUNDLE_ID</key>
<string>coffee.urban.tech</string>
<key>PROJECT_ID</key>
<string>coffee-urban-tech</string>
<key>STORAGE_BUCKET</key>
<string>coffee-urban-tech.firebasestorage.app</string>
<key>IS_ADS_ENABLED</key>
<false></false>
<key>IS_ANALYTICS_ENABLED</key>
<false></false>
<key>IS_APPINVITE_ENABLED</key>
<true></true>
<key>IS_GCM_ENABLED</key>
<true></true>
<key>IS_SIGNIN_ENABLED</key>
<true></true>
<key>GOOGLE_APP_ID</key>
<string>1:177052798498:ios:7f177f1a250b4fae64c47b</string>
</dict>
</plist>
7 changes: 6 additions & 1 deletion CoffeeUrbanTech/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,13 @@
"userInterfaceStyle": "automatic",
"newArchEnabled": true,
"ios": {
"bundleIdentifier": "coffee.urban.tech",
"googleServicesFile": "./GoogleService-Info.plist",
"supportsTablet": true
},
"android": {
"package": "coffee.urban.tech",
"googleServicesFile": "./google-services.json",
"adaptiveIcon": {
"foregroundImage": "./assets/images/adaptive-icon.png",
"backgroundColor": "#ffffff"
Expand All @@ -33,7 +37,8 @@
"resizeMode": "contain",
"backgroundColor": "#ffffff"
}
]
],
"@react-native-firebase/app"
],
"experiments": {
"typedRoutes": true
Expand Down
45 changes: 0 additions & 45 deletions CoffeeUrbanTech/app/(tabs)/_layout.tsx

This file was deleted.

110 changes: 0 additions & 110 deletions CoffeeUrbanTech/app/(tabs)/explore.tsx

This file was deleted.

75 changes: 0 additions & 75 deletions CoffeeUrbanTech/app/(tabs)/index.tsx

This file was deleted.

32 changes: 0 additions & 32 deletions CoffeeUrbanTech/app/+not-found.tsx

This file was deleted.

Loading