April 2022 Summaries
2 posts from FlutterFlow
Filter
Month:
Year:
Post Summaries
Back to Blog
Firebase, a Google-maintained Backend-as-a-Service platform, offers cloud-based services that simplify app development by eliminating the need for developers to manage infrastructure. This blog series guides readers through building a serverless ToDo app using FlutterFlow, focusing on integrating Firebase Authentication for email/password sign-in and Google Sign In, while utilizing the RobinDo app's user interface. The initial setup involves creating a Firebase project, connecting it to FlutterFlow, and enabling authentication services. The series covers configuring the app's pages for authentication processes, such as SplashScreen, LoginScreen, and RegisterScreen, and demonstrates setting up actions for user registration, login, and Google Sign In, alongside providing a logout feature. Future installments will explore additional Firebase services like Firestore, enhancing the app's functionality.
Apr 13, 2022
2,052 words in the original blog post.
Email remains a vital communication tool for developers and businesses, with SendGrid offering a simplified method to send emails via its SMTP service through an API, eliminating the need for maintaining email servers. This guide explains how to integrate SendGrid's Email API with FlutterFlow, primarily available to those on its Pro Plan, to facilitate email sending to users. The setup involves creating a SendGrid account, generating an API key, and configuring Sender Authentication using Single Sender Verification. A basic user interface is developed in FlutterFlow, consisting of a form page to input email details and a confirmation page upon successful email sending. The guide details defining and triggering an email-sending API call, including setting parameters and conditions to navigate to a success page or display an error message, ensuring a streamlined process. The application can be tested for functionality by running it in the recommended environment or downloading it, provided the Flutter SDK is installed.
Apr 07, 2022
1,220 words in the original blog post.