Now that we've implemented our Cloud Function to send push notifications to our devices, we're now ready to make this process a little more dynamic by using a user's uid instead of a raw fcmToken string. We'll first save a user's fcmToken whenever they sign up using our SignUpController. Next, we'll examine how to read information from our Realtime Database inside of a Cloud Function.