-
Notifications
You must be signed in to change notification settings - Fork 44
Possible error in tutorial? (more likely me...) #8
Comments
Just found this. Turns out the tutorial code needs an update: To fix, find bower_components/note-app-elements/na-behaviour.html and change: to
|
Also note that after you fix |
I made a branch to fix this but when I tried to do |
Looks great on youtube, but it does not work. This is my first impression of the Polymer-project. In the tutorial there is a link to the github version of the tutorial. This code is not the same as the tutorial. So I have a hard time figuring out how to get the tutorial working based on this code. Seriously guys. The project looks great. And you have spent a lot of time and effort making it. |
This issue is fixed in googlearchive/note-app-elements@4992c5f. |
Running the tutorial and getting to this stage:
https://codelabs.developers.google.com/codelabs/polymer-firebase-pwa/index.html?index=..%2F..%2Findex#24
where you check to see you are saving data. I'm getting nothing, apart from this error in the console:
I dipped into the code in na-behaviour but couldn't see anything odd. Looking at the database in firebase just shows me the root element (?) which matches the project id.
I'm stuck! I've repeated the tutorial twice and had the same problem. If I copy the completed note-app.html file from here (after correcting the paths) I get the exact same issue. Misconfiguration in firebase?
The text was updated successfully, but these errors were encountered: