hidjou / classsed-react-firebase-functions

327 stars 180 forks source link

Refactor #15

Closed Ongomobile closed 4 years ago

Ongomobile commented 4 years ago

Fix breaking change where imageUrl needs a token appended to url to be viewed

hidjou commented 4 years ago

Nice one 👍

Ongomobile commented 4 years ago

Nice one 👍

Glad to help. Thank You for putting in all the hard work to help others!

Ongomobile commented 4 years ago

Nice one 👍

Glad to help. Thank You for putting in all the hard work to help others!

I came across another issue its just a syntax change in the import of firebase in users.js new syntax is: const firebase = require("firebase/app"); require("firebase/auth");

I could put in a pull request if you like I did comment in the video for others