简体   繁体   English

如何将我的应用用户转移到Android应用中的下一个级别

[英]How can I move my app user to next level in android app

I am developing an android app for my university. 我正在为我的大学开发一个Android应用程序。 In my app, there will be 3 phase (summer, spring, fall). 在我的应用程序中,将分为三个阶段(夏季,春季,秋季)。 At the beginning of each phase, new users will register to the app. 在每个阶段的开始,新用户将注册到该应用程序。 I am using firebase database for storing those users information (name, id, course teacher etc). 我正在使用Firebase数据库存储这些用户信息(姓名,ID,课程老师等)。 After the end of each phase, I want to move all my user to next phase automatically. 在每个阶段结束之后,我想将所有用户自动移至下一阶段。 For example, if it is the summer phase, then after the end of Summer phase all the user should automatically update to the next phase (Fall). 例如,如果是夏季阶段,则在夏季阶段结束之后,所有用户都应自动更新到下一个阶段(秋季)。 How can I do that? 我怎样才能做到这一点? Is there something to do with the database? 与数据库有关吗?

How can I solve my problem? 我该如何解决我的问题?

You need to write cloud function for that. 您需要为此编写云函数。 Visit https://firebase.google.com/docs/functions/ 前往https://firebase.google.com/docs/functions/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM