Skip to content

Commit

Permalink
Merge pull request #266 from happyrao78/new
Browse files Browse the repository at this point in the history
added  google authentication
  • Loading branch information
AbhiDiva96 authored Jul 8, 2024
2 parents dc779f5 + d7a82a8 commit 18501e7
Show file tree
Hide file tree
Showing 7 changed files with 1,513 additions and 69 deletions.
5 changes: 5 additions & 0 deletions .firebaserc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"projects": {
"default": "gssoc-88418"
}
}
10 changes: 10 additions & 0 deletions firebase.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"hosting": {
"public": "public",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
]
}
}
Loading

0 comments on commit 18501e7

Please sign in to comment.