Most of the people prefer to shop online which made eCommerce to grow rapidly. But, what makes an excellent eCommerce site for the customers? The answer is - an excellent checkout process. There are several different payment options available in the market today. Out of all, Paypal is the most popular...
Monday, 25 September 2017
Friday, 22 September 2017
Testing Functions Locally with the Cloud Functions Shell
on September 22, 2017
in cloud functions, Emulator, firebase, Shell, Simulator, testing
with
No comments

Doug Stevenson Developer Advocate If you've been working with Cloud Functions for Firebase, you've probably wondered how you could speed up the development of your functions. This is possible for HTTPS type functions using the firebase serve in the Firebase CLI, but this wasn't an option...
Thursday, 21 September 2017
Sprynt launches eco-friendly, free ridesharing with Firebase
Ken YarmoshGuest post from Savvy Apps CEO & Founder A newcomer to the ridesharing space, Sprynt is taking adifferent approach to building its service. They have a 100% electric fleet and rides are 100% free, paid for by local and corporate sponsorships. So when they first contacted...
Tuesday, 19 September 2017
7 tips for getting the most out of Crashlytics
Originally posted on the Fabric Blog by Jason St. Pierre, Product Manager For many years, developers and app teams have relied on Crashlytics to improve their app stability. By now, you're probably familiar with the main parts of the Crashlytics UI; perhaps you even glance at crash-free...
Thursday, 14 September 2017
A Cross-platform Firebase Sample App Featuring Best Practices
Ibrahim Ulukaya Developer Programs Engineer We've provided a number of different ways for you to get started building your app with the Firebase platform -- everything from quickstarts for many of our individual products, to codelabs, to some Getting Started screencasts on our YouTube...
Tuesday, 12 September 2017
What's new with Firebase Dynamic Links?
Todd Kerpelman Developer Advocate Perhaps you're already familiar with Firebase Dynamic Links -- smart URLs that take the user to any location within your iOS or Android app, even if your user needs to install the app first. Over the last couple of months, the team has made some nice...
Monday, 11 September 2017
Why we migrated to Firebase and GCP: Smash.gg
Originally posted by By Nathan Welch, Engineering Director/Co-founder, Smash.gg on the Google Cloud Platform Blog[Editor's note: Smash.gg is an esports platform used by players and organizers worldwide, running nearly 2,000 events per month with 60,000+ competitors, and recently hosted brackets for...
Thursday, 7 September 2017
Angular 4 TypeScript Google Account Email Login and Routing
on September 07, 2017
in angular 2, AngularJS, Email, Google, Javascript, php, RESTful
with
No comments

A few days back, I read an article about Google Authentication. A bug was mentioned in the article, that Google login status can be easily accessed by calling out some images. After reading the article, I got an idea that why don't we use this bug in a positive approach to validate user authentication....