Skip to content

Commit 9f15c72

Browse files
committed
sample app for FirebaseUI demo
1 parent 432c0ea commit 9f15c72

File tree

25 files changed

+1284
-726
lines changed

25 files changed

+1284
-726
lines changed

e2eTest/firebase-debug.log

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
[debug] [2025-11-07T15:17:13.233Z] ----------------------------------------------------------------------
2+
[debug] [2025-11-07T15:17:13.237Z] Command: /opt/homebrew/Cellar/node/25.1.0_1/bin/node /Users/ademolafadumo/.npm-global/bin/firebase emulators:start --only auth
3+
[debug] [2025-11-07T15:17:13.237Z] CLI Version: 14.23.0
4+
[debug] [2025-11-07T15:17:13.237Z] Platform: darwin
5+
[debug] [2025-11-07T15:17:13.237Z] Node Version: v25.1.0
6+
[debug] [2025-11-07T15:17:13.237Z] Time: Fri Nov 07 2025 16:17:13 GMT+0100 (West Africa Standard Time)
7+
[debug] [2025-11-07T15:17:13.237Z] ----------------------------------------------------------------------
8+
[debug]
9+
[debug] [2025-11-07T15:17:13.257Z] > command requires scopes: ["email","openid","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase","https://www.googleapis.com/auth/cloud-platform"]
10+
[debug] [2025-11-07T15:17:13.257Z] > authorizing via signed-in user ([email protected])
11+
[warn] ⚠ Could not find config (firebase.json) so using defaults.
12+
[info] i emulators: Starting emulators: auth {"metadata":{"emulator":{"name":"hub"},"message":"Starting emulators: auth"}}
13+
[info] i emulators: Detected demo project ID "demo-no-project", emulated services will use a demo configuration and attempts to access non-emulated services for this project will fail. {"metadata":{"emulator":{"name":"hub"},"message":"Detected demo project ID \"demo-no-project\", emulated services will use a demo configuration and attempts to access non-emulated services for this project will fail."}}
14+
[debug] [2025-11-07T15:17:13.690Z] [logging] Logging Emulator only supports listening on one address (127.0.0.1). Not listening on ::1
15+
[debug] [2025-11-07T15:17:13.690Z] [auth] Authentication Emulator only supports listening on one address (127.0.0.1). Not listening on ::1
16+
[debug] [2025-11-07T15:17:13.690Z] assigned listening specs for emulators {"user":{"hub":[{"address":"127.0.0.1","family":"IPv4","port":4400},{"address":"::1","family":"IPv6","port":4400}],"ui":[{"address":"127.0.0.1","family":"IPv4","port":4000},{"address":"::1","family":"IPv6","port":4000}],"logging":[{"address":"127.0.0.1","family":"IPv4","port":4500}],"auth":[{"address":"127.0.0.1","family":"IPv4","port":9099}]},"metadata":{"message":"assigned listening specs for emulators"}}
17+
[debug] [2025-11-07T15:17:13.693Z] Emulator locator file path: /var/folders/pw/cv4hgr3x2fbcrxbj9s2d60dw0000gn/T/hub-demo-no-project.json
18+
[debug] [2025-11-07T15:17:13.693Z] [hub] writing locator at /var/folders/pw/cv4hgr3x2fbcrxbj9s2d60dw0000gn/T/hub-demo-no-project.json
19+
[debug] [2025-11-07T15:17:17.123Z] Could not find VSCode notification endpoint: FetchError: request to http://localhost:40001/vscode/notify failed, reason: . If you are not running the Firebase Data Connect VSCode extension, this is expected and not an issue.
20+
[info]
21+
┌─────────────────────────────────────────────────────────────┐
22+
│ ✔ All emulators ready! It is now safe to connect your app. │
23+
│ i View Emulator UI at http://127.0.0.1:4000/ │
24+
└─────────────────────────────────────────────────────────────┘
25+
26+
┌────────────────┬────────────────┬────────────────────────────┐
27+
│ Emulator │ Host:Port │ View in Emulator UI │
28+
├────────────────┼────────────────┼────────────────────────────┤
29+
│ Authentication │ 127.0.0.1:9099 │ http://127.0.0.1:4000/auth │
30+
└────────────────┴────────────────┴────────────────────────────┘
31+
Emulator Hub host: 127.0.0.1 port: 4400
32+
Other reserved ports: 4500
33+
34+
Issues? Report them at https://github.com/firebase/firebase-tools/issues and attach the *-debug.log files.
35+
Lines changed: 110 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,110 @@
1+
# Xcode
2+
#
3+
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
4+
5+
## User settings
6+
xcuserdata/
7+
8+
## compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9)
9+
*.xcscmblueprint
10+
*.xccheckout
11+
12+
## compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4)
13+
build/
14+
DerivedData/
15+
*.moved-aside
16+
*.pbxuser
17+
!default.pbxuser
18+
*.mode1v3
19+
!default.mode1v3
20+
*.mode2v3
21+
!default.mode2v3
22+
*.perspectivev3
23+
!default.perspectivev3
24+
25+
## Obj-C/Swift specific
26+
*.hmap
27+
28+
## App packaging
29+
*.ipa
30+
*.dSYM.zip
31+
*.dSYM
32+
33+
## Playgrounds
34+
timeline.xctimeline
35+
playground.xcworkspace
36+
37+
# Swift Package Manager
38+
#
39+
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
40+
# Packages/
41+
# Package.pins
42+
# Package.resolved
43+
# *.xcodeproj
44+
#
45+
# Xcode automatically generates this directory with a .xcworkspacedata file and xcuserdata
46+
# hence it is not needed unless you have added a package configuration file to your project
47+
# .swiftpm
48+
49+
.build/
50+
51+
# CocoaPods
52+
#
53+
# We recommend against adding the Pods directory to your .gitignore. However
54+
# you should judge for yourself, the pros and cons are mentioned at:
55+
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
56+
#
57+
# Pods/
58+
#
59+
# Add this line if you want to avoid checking in source code from the Xcode workspace
60+
# *.xcworkspace
61+
62+
# Carthage
63+
#
64+
# Add this line if you want to avoid checking in source code from Carthage dependencies.
65+
# Carthage/Checkouts
66+
67+
Carthage/Build/
68+
69+
# Accio dependency management
70+
Dependencies/
71+
.accio/
72+
73+
# fastlane
74+
#
75+
# It is recommended to not store the screenshots in the git repo.
76+
# Instead, use fastlane to re-generate the screenshots whenever they are needed.
77+
# For more information about the recommended setup visit:
78+
# https://docs.fastlane.tools/best-practices/source-control/#source-control
79+
80+
fastlane/report.xml
81+
fastlane/Preview.html
82+
fastlane/screenshots/**/*.png
83+
fastlane/test_output
84+
85+
# Code Injection
86+
#
87+
# After new code Injection tools there's a generated folder /iOSInjectionProject
88+
# https://github.com/johnno1962/injectionforxcode
89+
90+
iOSInjectionProject/
91+
92+
# Firebase
93+
GoogleService-Info.plist
94+
95+
# macOS
96+
.DS_Store
97+
98+
# Swift
99+
*.swiftpm
100+
.swiftpm
101+
102+
# Backup files
103+
*~.nib
104+
*.swp
105+
*.swo
106+
*~
107+
108+
# IDE
109+
.vscode/
110+
.idea/

0 commit comments

Comments
 (0)