We all know that Ionic is the useful framework for building HTML 5 mobile applications. It is mainly designed for the front end. When it comes to look and feel of the Ionic website, you have to work more on your application branding standards. Ionic default icons are not up to current market standards....
Wednesday, 28 June 2017
Thursday, 22 June 2017
Introducing fastlane precheck: Submit your app to the app store with confidence
Joshua Liebowitz Software Engineer We've all been in this situation before: you work tirelessly to build a great app, you spend countless hours beta testing and fixing bugs, and you even put together a comprehensive marketing plan in time for your app's launch. Months of anticipation finally...
Ionic 3 and Angular 4: PHP Restful API User Authentication for Login and Signup.
on June 22, 2017
in Android, angular 2, AngularJS, ionic, ios, Javascript, mobile, php, RESTful
with
No comments

Here is the continued article on my previous post for creating a welcome page with login and logout. Today’s post explains how to implement login authentication system for your AngularJS applications. It will show you how to log in with a user and store the user session, so it deals with token based...
Wednesday, 21 June 2017
Keep your promises when using Cloud Functions for Firebase!
on June 21, 2017
in asynchronous, cloud functions, econnreset, Javascript, node.js, Promise
with
No comments

Doug Stevenson Developer Advocate Many Firebase developers focus on their apps alone, usually for Android, iOS, or the Web (or all three!). If you're like me, and you spend most of your time on the client side, it can be a hassle to also deal with any backend components. Now that we have...
Tuesday, 20 June 2017
Relive the Firebase + Fabric party at WWDC17
Megan KrilanovichProgram Manager Just two weeks ago, we hosted our party at WWDC to celebrate app development with the iOS community. We were thrilled to meet many of you including tons of talented developers from Apple, Uber, Spotify, Tinder, and more. With over a thousand RSVPs, it...
Monday, 19 June 2017
Managing Users from the Firebase Admin Java SDK
Hiranya Jayathilaka Software Engineer As the developer or the administrator of an app built on Firebase, you may need to perform various user management tasks. These include: Provisioning new user accounts for your app Updating existing user accounts Manually verifying and enabling user accounts...
Monday, 12 June 2017
Angular 4.2 Now Available
Angular version 4.2 has been released. This is a minor release following our announced adoption of Semantic Versioning, meaning that it contains no breaking changes and that it is a drop-in replacement for 4.x.x.What's new?Angular Forms now includes validators for min and max attributesYou can now bootstrap a component directly by passing an element reference to the bootstrap method of an ApplicationRefImproved...
Ionic 3 and Angular 4:Create a Welcome Page with Login and Logout.
on June 12, 2017
in Android, angular, AngularJS, ionic, ios, mobile, SASS, typescript
with
No comments

Most of the mobile applications starts with welcome page with login and signup buttons. A proper login or signup redirects to application home page and there you can navigate to different pages and finally you can end up with a logout action. Today’s tutorial is all about this. Here I am using AngularJS...
Friday, 9 June 2017
Making Dynamic Links Easier
Jumana Al Hashal Product Manager Firebase Dynamic Links give you a single link that can send users either to your iOS or Android app, if they have it installed, or to the appropriate listing in the App Store or on Google Play, if they don't. Even better than that, Dynamic Links will...
Wednesday, 7 June 2017
Serving dynamic content with Cloud Functions on Firebase Hosting
Michael Bleigh Engineer, Firebase Hosting Three years ago, we launched Firebase Hosting to make it easier for developers to deliver fast, engaging experiences on the web. Two months ago, we launched the beta of Cloud Functions for Firebase to let developers write custom backend logic...
Friday, 2 June 2017
Content Moderation with Cloud Functions for Firebase
Nicolas GarnierDeveloper Programs EngineerIn apps that allow users to post public content - for instance in forums, social networks and blogging platforms - there is always a risk that inappropriate content could get published. In this post, we'll look at ways you can automatically moderate offensive...