joaqcid / my-memories

8 stars 5 forks source link

Live example doesn't show records for memories #2

Closed giadasp closed 5 years ago

giadasp commented 5 years ago

Thank you for your lovely tutorial, Before trying to perform all the tasks I wanted to take a look at the live version of your code at the link you wrote at the end of the tutorial. I added a memory and saved! it but in the page "View My Memories" nothing appears... Is that normal?

joaqcid commented 5 years ago

Hi Giada!

I've set rules to not allow read or writes, that's why you are not seeing any changes.

Try creating a firebase project, replace config with your project's and try again.

Remember to set rules enable all access, so you can actually save / read from firebase

{ "rules": { ".read": true, ".write": true } }

joaq

On Mon, Oct 29, 2018 at 12:43 PM Giada Spaccapanico Proietti < notifications@github.com> wrote:

Thank you for your lovely tutorial, Before trying to perform all the tasks I wanted to take a look at the live version of your code at the link you wrote at the end of the tutorial. I added a memory and saved! it but in the page "View My Memories" nothing appears... Is that normal?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/joaqcid/my-memories/issues/2, or mute the thread https://github.com/notifications/unsubscribe-auth/AGOkcEuoT9dpdVpw2yjVH57ZrrU82oePks5upyIrgaJpZM4X_ddj .

giadasp commented 5 years ago

Thank you very much! I'm not at that step of the tutorial yet. I think there is no issue though. I will close my issue.

giadasp commented 5 years ago

So I've done everything the tutorial explained but I've the following problems:

joaqcid commented 5 years ago

hmm, that's weird, i'll need to look at your code, to understand why is not working.

giadasp commented 5 years ago

I first tried to follow all the steps and it didn't work so I just copied the github folder and changed firebase config and still not working.

Il mar 30 ott 2018, 14:07 Joaquin Cid notifications@github.com ha scritto:

hmm, that's weird, i'll need to look at your code, to understand why is not working.

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/joaqcid/my-memories/issues/2#issuecomment-434289249, or mute the thread https://github.com/notifications/unsubscribe-auth/AgN3CkZvpEfSTvP7X_elifHp--ZZ2NA1ks5uqE8qgaJpZM4X_ddj .

joaqcid commented 5 years ago

did you run npm install? are you getting any errors?

giadasp commented 5 years ago

No. I'm not getting any error. I don't k ow if angular 7 can creates some problem since your tutorial is for angular 6.

Il mar 30 ott 2018, 14:23 Joaquin Cid notifications@github.com ha scritto:

did you run npm install? are you getting any errors?

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/joaqcid/my-memories/issues/2#issuecomment-434297836, or mute the thread https://github.com/notifications/unsubscribe-auth/AgN3CsxaGI_U03gIfYHzZ0Ppk0Kl4Alpks5uqFLAgaJpZM4X_ddj .

joaqcid commented 5 years ago

you need to run npm install to get all dependendecies, and then ng serve