googlearchive / solutions-mobile-backend-starter-ios-client

Apache License 2.0
79 stars 27 forks source link

make authentication optional #1

Open TomTasche opened 11 years ago

TomTasche commented 11 years ago

hey guys,

disabling authentication for testing purposes is extremely useful in my opinion. that was the first thing i did when starting to work with the Mobile Backend Starter. on android we have that option out of the box.

you can enable / disable authentication in Constants.m (it's disabled by default)

tom