FireBase〜认证

使用FireBase注册,登录,注销

官方参考资料:https://firebase.google.com/docs/auth/ios/start

备注:导入Firebase

使用Auth.auth()。createUser在FireBase创造新的使用者

FireBase就会产生一个新帐号

判断FireBase中是否有符合的电子邮件与密码的资料,来进行登录

登出比其他还简单,但注意这是个『throws』需要用『do』『catch』

陆续更新FireBase功能〜