MakeSchool-Tutorials / Makestagram-Swift-V3

14 stars 7 forks source link

14. Uploading Photos to Firebase #78

Closed byzantinist closed 7 years ago

byzantinist commented 7 years ago

Misspelling:

We'll create a new service as an inteface between our app and Firebase Storage.

should be

We'll create a new service as an interface between our app and Firebase Storage.


If the app crashes the first time on an error, re-run your app and try again.

should be

If the app crashes the first time on an error occurs, re-run your app and try again.


To confirm our image upload worked is through our Firebase dashboard

should be

To confirm our image upload worked, we check our Firebase dashboard

ocwang commented 7 years ago

If the app crashes the first time on an error, re-run your app and try again.

changed to

The first time you try to run your app, an error may cause your app to crash. If so, re-run your app and try again.

Thanks, fixed these.