-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
343 changed files
with
54,303 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,89 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<title>Welcome to Firebase Hosting</title> | ||
|
||
<!-- update the version number as needed --> | ||
<script defer src="/__/firebase/8.2.3/firebase-app.js"></script> | ||
<!-- include only the Firebase features as you need --> | ||
<script defer src="/__/firebase/8.2.3/firebase-auth.js"></script> | ||
<script defer src="/__/firebase/8.2.3/firebase-database.js"></script> | ||
<script defer src="/__/firebase/8.2.3/firebase-firestore.js"></script> | ||
<script defer src="/__/firebase/8.2.3/firebase-functions.js"></script> | ||
<script defer src="/__/firebase/8.2.3/firebase-messaging.js"></script> | ||
<script defer src="/__/firebase/8.2.3/firebase-storage.js"></script> | ||
<script defer src="/__/firebase/8.2.3/firebase-analytics.js"></script> | ||
<script defer src="/__/firebase/8.2.3/firebase-remote-config.js"></script> | ||
<script defer src="/__/firebase/8.2.3/firebase-performance.js"></script> | ||
<!-- | ||
initialize the SDK after all desired features are loaded, set useEmulator to false | ||
to avoid connecting the SDK to running emulators. | ||
--> | ||
<script defer src="/__/firebase/init.js?useEmulator=true"></script> | ||
|
||
<style media="screen"> | ||
body { background: #ECEFF1; color: rgba(0,0,0,0.87); font-family: Roboto, Helvetica, Arial, sans-serif; margin: 0; padding: 0; } | ||
#message { background: white; max-width: 360px; margin: 100px auto 16px; padding: 32px 24px; border-radius: 3px; } | ||
#message h2 { color: #ffa100; font-weight: bold; font-size: 16px; margin: 0 0 8px; } | ||
#message h1 { font-size: 22px; font-weight: 300; color: rgba(0,0,0,0.6); margin: 0 0 16px;} | ||
#message p { line-height: 140%; margin: 16px 0 24px; font-size: 14px; } | ||
#message a { display: block; text-align: center; background: #039be5; text-transform: uppercase; text-decoration: none; color: white; padding: 16px; border-radius: 4px; } | ||
#message, #message a { box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); } | ||
#load { color: rgba(0,0,0,0.4); text-align: center; font-size: 13px; } | ||
@media (max-width: 600px) { | ||
body, #message { margin-top: 0; background: white; box-shadow: none; } | ||
body { border-top: 16px solid #ffa100; } | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
<div id="message"> | ||
<h2>Welcome</h2> | ||
<h1>Firebase Hosting Setup Complete</h1> | ||
<p>You're seeing this because you've successfully setup Firebase Hosting. Now it's time to go build something extraordinary!</p> | ||
<a target="_blank" href="https://firebase.google.com/docs/hosting/">Open Hosting Documentation</a> | ||
</div> | ||
<p id="load">Firebase SDK Loading…</p> | ||
|
||
<script> | ||
document.addEventListener('DOMContentLoaded', function() { | ||
const loadEl = document.querySelector('#load'); | ||
// // 🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥 | ||
// // The Firebase SDK is initialized and available here! | ||
// | ||
// firebase.auth().onAuthStateChanged(user => { }); | ||
// firebase.database().ref('/path/to/ref').on('value', snapshot => { }); | ||
// firebase.firestore().doc('/foo/bar').get().then(() => { }); | ||
// firebase.functions().httpsCallable('yourFunction')().then(() => { }); | ||
// firebase.messaging().requestPermission().then(() => { }); | ||
// firebase.storage().ref('/path/to/ref').getDownloadURL().then(() => { }); | ||
// firebase.analytics(); // call to activate | ||
// firebase.analytics().logEvent('tutorial_completed'); | ||
// firebase.performance(); // call to activate | ||
// | ||
// // 🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥 | ||
|
||
try { | ||
let app = firebase.app(); | ||
let features = [ | ||
'auth', | ||
'database', | ||
'firestore', | ||
'functions', | ||
'messaging', | ||
'storage', | ||
'analytics', | ||
'remoteConfig', | ||
'performance', | ||
].filter(feature => typeof app[feature] === 'function'); | ||
loadEl.textContent = `Firebase SDK loaded with ${features.join(', ')}`; | ||
} catch (e) { | ||
console.error(e); | ||
loadEl.textContent = 'Error loading the Firebase SDK, check the console.'; | ||
} | ||
}); | ||
</script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
[debug] [2021-01-17T19:27:41.401Z] ---------------------------------------------------------------------- | ||
[debug] [2021-01-17T19:27:41.409Z] Command: C:\Program Files\nodejs\node.exe C:\Users\Kushal\AppData\Roaming\npm\node_modules\firebase-tools\lib\bin\firebase.js init | ||
[debug] [2021-01-17T19:27:41.409Z] CLI Version: 9.2.1 | ||
[debug] [2021-01-17T19:27:41.409Z] Platform: win32 | ||
[debug] [2021-01-17T19:27:41.409Z] Node Version: v12.19.0 | ||
[debug] [2021-01-17T19:27:41.409Z] Time: Mon Jan 18 2021 00:57:41 GMT+0530 (India Standard Time) | ||
[debug] [2021-01-17T19:27:41.409Z] ---------------------------------------------------------------------- | ||
[debug] [2021-01-17T19:27:41.415Z] | ||
[debug] [2021-01-17T19:27:41.430Z] > 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"] | ||
[debug] [2021-01-17T19:27:41.432Z] > authorizing via signed-in user | ||
[info] | ||
######## #### ######## ######## ######## ### ###### ######## | ||
## ## ## ## ## ## ## ## ## ## ## | ||
###### ## ######## ###### ######## ######### ###### ###### | ||
## ## ## ## ## ## ## ## ## ## ## | ||
## #### ## ## ######## ######## ## ## ###### ######## | ||
|
||
You're about to initialize a Firebase project in this directory: | ||
|
||
E:\Dell_Backup\Course_data\Udemy_Web_development\My Site | ||
|
||
[info] | ||
=== Project Setup | ||
[info] | ||
[info] First, let's associate this project directory with a Firebase project. | ||
[info] You can create multiple project aliases by running firebase use --add, | ||
[info] but for now we'll just set up a default project. | ||
[info] | ||
[info] i If you want to create a project in a Google Cloud organization or folder, please use "firebase projects:create" instead, and return to this command when you've created the project. | ||
[debug] [2021-01-17T19:31:14.669Z] > refreshing access token with scopes: ["email","https://www.googleapis.com/auth/cloud-platform","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase","openid"] | ||
[debug] [2021-01-17T19:31:14.669Z] >>> HTTP REQUEST POST https://www.googleapis.com/oauth2/v3/token | ||
<request body omitted> | ||
[debug] [2021-01-17T19:31:15.325Z] <<< HTTP RESPONSE 200 {"pragma":"no-cache","cache-control":"no-cache, no-store, max-age=0, must-revalidate","expires":"Mon, 01 Jan 1990 00:00:00 GMT","date":"Sun, 17 Jan 2021 19:31:16 GMT","content-type":"application/json; charset=utf-8","vary":"X-Origin, Referer, Origin,Accept-Encoding","server":"scaffolding on HTTPServer2","x-xss-protection":"0","x-frame-options":"SAMEORIGIN","x-content-type-options":"nosniff","alt-svc":"h3-29=\":443\"; ma=2592000,h3-T051=\":443\"; ma=2592000,h3-Q050=\":443\"; ma=2592000,h3-Q046=\":443\"; ma=2592000,h3-Q043=\":443\"; ma=2592000,quic=\":443\"; ma=2592000; v=\"46,43\"","accept-ranges":"none","transfer-encoding":"chunked"} | ||
[debug] [2021-01-17T19:31:15.415Z] >>> HTTP REQUEST POST https://cloudresourcemanager.googleapis.com/v1/projects | ||
{"projectId":"9672992585","name":"portfolio"} | ||
[debug] [2021-01-17T19:31:17.318Z] <<< HTTP RESPONSE 400 {"vary":"X-Origin, Referer, Origin,Accept-Encoding","content-type":"application/json; charset=UTF-8","date":"Sun, 17 Jan 2021 19:31:18 GMT","server":"ESF","cache-control":"private","x-xss-protection":"0","x-frame-options":"SAMEORIGIN","x-content-type-options":"nosniff","server-timing":"gfet4t7; dur=1421","alt-svc":"h3-29=\":443\"; ma=2592000,h3-T051=\":443\"; ma=2592000,h3-Q050=\":443\"; ma=2592000,h3-Q046=\":443\"; ma=2592000,h3-Q043=\":443\"; ma=2592000,quic=\":443\"; ma=2592000; v=\"46,43\"","accept-ranges":"none","transfer-encoding":"chunked"} | ||
[debug] [2021-01-17T19:31:17.318Z] <<< HTTP RESPONSE BODY {"error":{"code":400,"message":"field [project_id] has issue [project_id contains invalid characters]","status":"INVALID_ARGUMENT","details":[{"@type":"type.googleapis.com/google.rpc.BadRequest","fieldViolations":[{"field":"project_id","description":"project_id contains invalid characters"}]},{"@type":"type.googleapis.com/google.rpc.Help","links":[{"url":"https://cloud.google.com/resource-manager/reference/rest/v1/projects"}]}]}} | ||
[debug] [2021-01-17T19:31:17.769Z] FirebaseError: HTTP Error: 400, field [project_id] has issue [project_id contains invalid characters] | ||
at module.exports (C:\Users\Kushal\AppData\Roaming\npm\node_modules\firebase-tools\lib\responseToError.js:38:12) | ||
at Request._callback (C:\Users\Kushal\AppData\Roaming\npm\node_modules\firebase-tools\lib\api.js:41:35) | ||
at Request.self.callback (C:\Users\Kushal\AppData\Roaming\npm\node_modules\firebase-tools\node_modules\request\request.js:185:22) | ||
at Request.emit (events.js:314:20) | ||
at Request.EventEmitter.emit (domain.js:483:12) | ||
at Request.<anonymous> (C:\Users\Kushal\AppData\Roaming\npm\node_modules\firebase-tools\node_modules\request\request.js:1154:10) | ||
at Request.emit (events.js:314:20) | ||
at Request.EventEmitter.emit (domain.js:483:12) | ||
at IncomingMessage.<anonymous> (C:\Users\Kushal\AppData\Roaming\npm\node_modules\firebase-tools\node_modules\request\request.js:1076:12) | ||
at Object.onceWrapper (events.js:420:28) | ||
at IncomingMessage.emit (events.js:326:22) | ||
at IncomingMessage.EventEmitter.emit (domain.js:483:12) | ||
at endReadableNT (_stream_readable.js:1223:12) | ||
at processTicksAndRejections (internal/process/task_queues.js:84:21) | ||
[error] | ||
[error] Error: Failed to create project. See firebase-debug.log for more info. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
|
||
const express = require('express'); | ||
const app = express(); | ||
|
||
app.use(express.static(__dirname + '/public')); | ||
|
||
app.get("/",function(req,res){ | ||
res.sendFile(__dirname+"/index.html"); | ||
}); | ||
|
||
app.listen(3000); |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.