Blogging my journey of learning Full stack devlopment and creating an App to get a hands on knowledge.

Search This Blog

Friday, 31 March 2023

Add CORS configuration for your Firebase Storage

Firebase is using the same storage infrastructure as google cloud .1. Go to https://console.cloud.google.com and select the dashboard of the project that contains the firebase storage.2. On the top right, there will be a button named "Activate Cloud Shell", click on it, a terminal will open on the bottom of the pageClick on Open EditorClick on File, and New file. 3.Create new file with...
Read More

Firebase Firestore Database and Storage implementation for Flutter Project

From your Flutter project directory, run the following command to install the core plugin:flutter pub add firebase_core Add following code to the root of your Flutter project,   import'package:firebase_core/firebase_core.dart'; import'firebase_options.dart'; Future main()async{ WidgetsFlutterBinding.ensureInitialized(); ...
Read More

Monday, 27 March 2023

Build and Deploy your Flutter GitHub Code on Web using Firebase Hosting.

 You can automate Flutter Web Deployments to Firebase Hosting using GitHub. After the configuration and setup ,all you need to do is push your local code to GitHub and view your application on web using URL .Step 1 : Install the Firebase CLI https://firebase.google.com/docs/hosting/quickstart#install-cli Step 2 : Initialize your project firebase init hosting:github Step...
Read More

Tuesday, 21 March 2023

Homepage/Dashboard Page for Incident Portal App using Flutters Dart Programming Language

    Flutter widgets and React components go by different names but they are built and behave the same. I played around few widget initially and then started implementing the first page of application Homepage/Dashboard. There are many good flutter packages available for quick building of your App, which one can customize based on their applications requirements....
Read More

Incident Portal Project Links

    Responsive App link for Incident Portal Incident Portal App lets an user view and create an Incident. Front -End will be developed in Flutter using Dart Programming language and for I will be using Firebase.Features:View Dashboard with all the Incident charts in it.View list of Incident.Create an IncidentAuthentication of ApplicationCheck out the in Development App Incident...
Read More

Friday, 17 March 2023

Link to Portfolio Projects for UI/UX Designing

I started out my journey of becoming a Full Stack developer by learning UI/UX designing first.While learning it, I created three case studies to include in my UX/UI Designing Portfolio. You can checkout the work here: UI/UX Portfolio 1.Tuscan Art Gallery         2.Astra website is a video posting and sharing website for DIYers ...
Read More

Monday, 13 March 2023

Featured Post

Invoice Portal Project Links

Web App link for Invoice Portal  Invoice Portal App lets an user view and create an Invoice. Features: View the list of Number of Invoices b...

Powered by Blogger.

Popular Posts