Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
This repository was archived by the owner on Apr 17, 2026. It is now read-only.
firebase
/
emulators-codelab
Public archive
Notifications
You must be signed in to change notification settings
Fork
48
Star
52
Code
Issues
3
Pull requests
4
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Worked thru (again) "codelab-initial-state".
- #29
#29
Open
craigfisk
wants to merge 8 commits into
firebase:master
firebase/emulators-codelab:master
from
Marmalade-ai:20240702a
Marmalade-ai/emulators-codelab:20240702a
Copy head branch name to clipboard
Conversation
Commits
8
(8)
Checks
Files changed
Open
Worked thru (again) "codelab-initial-state".
#29
craigfisk
wants to merge 8 commits into
firebase:master
firebase/emulators-codelab:master
from
Marmalade-ai:20240702a
Marmalade-ai/emulators-codelab:20240702a
Copy head branch name to clipboard
Commits
Commits on Jun 30, 2024
Git cloned and added "if (location.hostname === 127.0.0.1 etc. to codelab-initial-state/public/js/homepage.js.
craigfisk
committed
e301605
View commit details
Copy full SHA for e301605
Browse repository at this point
Commits on Jul 1, 2024
Added "if (this.auth.currentUser === null" in public/js/homepage.js.
craigfisk
committed
6eaae8b
View commit details
Copy full SHA for 6eaae8b
Browse repository at this point
Fixed calculation of total $ and # items in codelab-initial-state/functions/index.js.
craigfisk
committed
b3094c5
View commit details
Copy full SHA for b3094c5
Browse repository at this point
In firestore.rules for section #7, set "false" except for read.
craigfisk
committed
b40cdaa
View commit details
Copy full SHA for b40cdaa
Browse repository at this point
In #9, changed firestore.rules to allow read,write when auth.uid == ownerUID, so now 2 pass, 2 fail, 1 pending.
craigfisk
committed
07e3aae
View commit details
Copy full SHA for 07e3aae
Browse repository at this point
Change 2nd firestore rule to allow read, write for subcollections, so now 4 pass, 1 fail.
craigfisk
committed
78cb1dc
View commit details
Copy full SHA for 78cb1dc
Browse repository at this point
Commits on Jul 3, 2024
In "codelab-initial-state/functions/test", changed "changeme" to "marmalade-beta" as REAL_FIREBASE_PROJECT-ID in "test.js", and changed #182 "describe.skip" to "describe".
craigfisk
committed
c35ffa0
View commit details
Copy full SHA for c35ffa0
Browse repository at this point
In #18, changed initial values to 0 in functions/index.js "calculateCart" so that all 5 tests now pass, and expanded console.log message in #51 to say "Cart total successfully recalculated!".
craigfisk
committed
a6c10d4
View commit details
Copy full SHA for a6c10d4
Browse repository at this point
You can’t perform that action at this time.