Posts by Adriel Werlich • 111 points
9 posts
-
0
votes1
answer42
viewsQ: Chrome notification does not appear
Good evening, I’m running a code to present a notification: if(Notification.permission === 'granted' && !this._active) { let n = new Notification(this._activeContact.name,{ icon :…
-
1
votes1
answer32
viewsA: recording in firebase using firebase cloud Function
it started working when I added the following lines > let ut = decode64(userTo) let uf = encode64(userFrom) console.log('decode64(userTo)', ut) console.log('encode64(userFrom)', uf)…
-
0
votes1
answer32
viewsQ: recording in firebase using firebase cloud Function
Good afternoon Developers community.... difficulty recording using firebase... firebase cloud functions console gives this error message: decode64(userTo) ********@gmail.com decode64(userFrom)…
-
0
votes1
answer131
viewsA: firebase init command with error message (Cannot read Property 'projectId' of Undefined)
A warning for who has 2 or more google accounts, when accessing firebase cli and trying to access a project, make sure that q the account used in the cli has a firebase project created. That was the…
firebaseanswered Adriel Werlich 111 -
0
votes1
answer131
viewsQ: firebase init command with error message (Cannot read Property 'projectId' of Undefined)
I’m trying to use Firebase CLI Tools to create a website hosting service, but it’s returning an error message: Typeerror: Cannot read Property 'projectId' of Undefined Follow the details: Operating…
firebaseasked Adriel Werlich 111 -
0
votes1
answer875
viewsA: Npm http-server not run after being installed
Solved the problem was in setting the pro npm path that contains http-server dependency, in this case (c: users user Appdata Roaming npm) ...…
-
0
votes1
answer875
viewsQ: Npm http-server not run after being installed
Good afternoon, on npm (Node package manager) installing http-server, would anyone have any idea why http-server is not being recognized? Editing ---> with the same live-server thing... some path…
-
0
votes1
answer365
viewsA: Error in bootstrap tab-content. Shows stacked elements in tabs toggle
Good afternoon, I appreciate the support. I managed to resolve. It was necessary to explicitly put the display property in the tab-content'. style="display:block;". I don’t think this property is…
-
0
votes1
answer365
viewsQ: Error in bootstrap tab-content. Shows stacked elements in tabs toggle
Good afternoon. We are developing a website for a research group of the master’s degree, I am a fellow, of the course of information systems, with little experience in web programming, who can help,…