Skip to main content

Posts

Showing posts from August, 2020

How to connect your Sketchware app to firebase

 This tutorial will cover how to add your: • Project ID • Web API • App ID • Firebase storage bucket to your Sketchware project. Firebase will allow you to add authentication, database and online storage capabilities to your app. You will need to start by creating a Firebase Project (Note that this is not the same as a Sketchware project). Check out this article for a detailed guide on how to create a firebase . On your Sketchware project screen, navigate to the top right corner of your screen. Click the menu item(the three dots) as shown below. The configuration menu will be opened. Click 'Library'. In the Library Manager section, click the Firebase option as shown below. On the Firebase Project settings, add the ' Project ID ', ' App ID ' and the ' API Key '. If you are not sure where to get these, then check out this article . If you already have another Sketchware app which is using firebase, you can import the firebase details for that project by c

How to create a social media app using your mobile phone

Ever wondered if you could build your own social media app? Well it's possible and it's a lot easier than you think. You could actually create a social media app using your phone. Yes, you heard that right. You can create a social media app using your android phone.(I'm sorry Apple users) In this tutorial series I will show you how to create a your own social media app using Sketchware. Sketchware is an android app that creates other apps. You can download Sketchware from Google Playstore . Before we start Program Duration: 5 - 10 days (Estimated) Recommended time per day: 2 hours per day (Recommended) Depending on your accuracy and speed this should take about 5 days if you give yourself 2 hours a day. I'm pretty sure it can be done in about two days but you don't have to rush. How this Sketchware tutorial works The whole topic couldn't be covered in one article so I wrote a series of related articles which can be read individually to build a complete app. Yo

How to set up firebase

Contents I. What is Firebase? II. Key features of Firebase III. How much does it cost to use Firebase IV. How to create a new Firebase project V. Add an android app to firebase project VI. How to get Firebase project ID, app ID and web API VII. How to add an android app to Firebase project VIII. How to set up Firebase storage IX. How to set up Firebase DB X. Conclusion I. What is firebase Firebase is a Google owned platform designed to help developers make, manage and scale up their mobile and web applications. II. Key features of Firebase Firebase comes with a number of useful features. These include: • Authentication Firebase auth allows you to verify the identity of each of your app's users. It currently supports the following authentication methods: Email/Password Phone Google Play Games Game Center Facebook Twitter GitHub Yahoo Microsoft Apple Anonymous • Database Firebase database allows you to store and share data between users in real time.  • Storage This allows the storag