Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Patch 4 #795

Open
wants to merge 45 commits into
base: dpebot-repositorygardener-html
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
ec68799
Auto-update dependencies. (#640)
dpebot Jun 11, 2021
0401a62
Auto-update dependencies. (#639)
dpebot Jun 11, 2021
1bb39a6
Support JS SDK v9 (#642)
jhuleatt Aug 25, 2021
c76efc8
Delete import from old version
ulukaya Sep 20, 2021
8fe3d7c
Update index.html
ulukaya Sep 20, 2021
1426d5f
Update index.html
ulukaya Sep 20, 2021
d0e18cf
Performance Monitoring codelab JS SDK v9 update
ulukaya Sep 20, 2021
2d0f790
Merge branch 'main' of github.com:firebase/codelab-friendlychat-web
ulukaya Sep 20, 2021
67ba8a0
update codelab with newest Cloud Vision API
andreaowu Nov 9, 2021
fcb4c09
update codelab with newest Cloud Vision API
andreaowu Nov 9, 2021
e2721a9
Merge branch 'codelab-update' of github.com:firebase/codelab-friendly…
andreaowu Nov 10, 2021
4ee985f
update codelab with newest Cloud Vision API
andreaowu Nov 10, 2021
4a0f703
update codelab with newest Cloud Vision API
andreaowu Nov 10, 2021
8bc0daf
change console log to functions logger and update spawn to exec
andreaowu Nov 22, 2021
402b276
change console log to functions logger and update spawn to exec
andreaowu Nov 22, 2021
cb8b92e
change console log to functions logger and update spawn to exec
andreaowu Nov 22, 2021
d746602
change console log to functions logger and update spawn to exec
andreaowu Nov 23, 2021
59b0093
Update cloud-functions-start/functions/package.json
andreaowu Nov 23, 2021
914c0aa
Update cloud-functions/functions/package.json
andreaowu Nov 23, 2021
9ab0565
update console log to functions logger
andreaowu Nov 23, 2021
50e05d7
Merge pull request #648 from firebase/codelab-update
andreaowu Nov 23, 2021
55943d0
delete cloud-functions-angular folders
jhuleatt Nov 23, 2021
2c91a37
Merge pull request #649 from firebase/deprecate-angular
kroikie Dec 8, 2021
5369874
Force a login prompt during sign-in, fixes #590
jenh Sep 8, 2022
f056a5b
Revert "Force a login prompt during sign-in, fixes #590"
jenh Sep 8, 2022
bda254b
init appcheck codelab
nohe427 Feb 23, 2023
8bc8ffd
reCaptcha Init
nohe427 Feb 23, 2023
4c55155
Working web pack
nohe427 Feb 24, 2023
772116f
Converted to vite
nohe427 Feb 27, 2023
bf39aaf
init state
nohe427 Feb 27, 2023
bcd4b21
Back to original start
nohe427 Feb 27, 2023
a8a3805
AppCheck start re-written
nohe427 Feb 27, 2023
2366c55
Merge pull request #711 from firebase/appcheck-start
jenh Apr 3, 2023
727072e
init stage
HYACCCINT Apr 14, 2023
759c855
fix: remove dist
HYACCCINT Apr 14, 2023
7d7f6d8
fix: remove dist
HYACCCINT Apr 14, 2023
b7e55ba
fix: lint
HYACCCINT Apr 14, 2023
58a3c21
Merge pull request #721 from firebase/webframework
HYACCCINT Apr 14, 2023
50656fb
Add checkpoints for Terraform codelab (#723)
rainshen49 Apr 26, 2023
f9d795b
feat: add angularfire
HYACCCINT Jun 21, 2023
e031296
fix: formating
HYACCCINT Jun 21, 2023
7bb8f70
fix: line
HYACCCINT Jun 21, 2023
3c7f80a
Merge pull request #731 from firebase/angularfire-start
HYACCCINT Jun 21, 2023
967c2c0
Upgrade to Angular 17 and App Hosting (#786)
jhuleatt May 14, 2024
2912011
Create IHeyReally. .github/ISSUE_TEMPLATE
Heyitsquoracom May 18, 2024
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
Prev Previous commit
Next Next commit
Update index.html
  • Loading branch information
ulukaya authored Sep 20, 2021
commit 1426d5f6de588221fa67c9ce470b5c7dc3bfe11c
1 change: 1 addition & 0 deletions web-start/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ <h3><i class="material-icons">chat_bubble_outline</i> Friendly Chat</h3>
</main>
</div>

<!-- This script is created by webpack -->
<script src="scripts/main.js"></script>
</body>
</html>