# Firebase Migration Script Runner

[![Build Status](https://app.travis-ci.com/vlavrynovych/msr-firebase.svg?branch=master)](https://app.travis-ci.com/vlavrynovych/msr-firebase)
[![CircleCI](https://dl.circleci.com/status-badge/img/gh/vlavrynovych/msr-firebase/tree/master.svg?style=svg)](https://dl.circleci.com/status-badge/redirect/gh/vlavrynovych/msr-firebase/tree/master)
[![Coverage Status](https://coveralls.io/repos/github/vlavrynovych/msr-firebase/badge.svg?branch=master)](https://coveralls.io/github/vlavrynovych/msr-firebase?branch=master)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=vlavrynovych_msr-firebase&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=vlavrynovych_msr-firebase)
[![Lines of Code](https://sonarcloud.io/api/project_badges/measure?project=vlavrynovych_msr-firebase&metric=ncloc)](https://sonarcloud.io/summary/new_code?id=vlavrynovych_msr-firebase)
[![GitHub issues](https://img.shields.io/github/issues/vlavrynovych/msr-firebase.svg)](https://github.com/vlavrynovych/msr-firebase/issues)
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/vlavrynovych/msr-firebase/master/LICENSE)
[![NPM Version][npm-image]][npm-url]
[![NPM Downloads][npm-downloads-image]][npm-url]
![Static Badge](https://img.shields.io/badge/in%20Ukraine-dodgerblue?label=Proudly%20made&labelColor=%23FFFF00)

[//]: # ([![NPM]&#40;https://nodei.co/npm/msr-firebase.png?downloads=true&#41;]&#40;https://nodei.co/npm/msr-firebase/&#41;)
[//]: # ([![SonarCloud]&#40;https://sonarcloud.io/images/project_badges/sonarcloud-white.svg&#41;]&#40;https://sonarcloud.io/summary/new_code?id=vlavrynovych_msr-firebase&#41;)

[npm-image]: https://img.shields.io/npm/v/msr-firebase.svg?style=flat
[npm-url]: https://npmjs.org/package/msr-firebase
[npm-downloads-image]: https://img.shields.io/npm/dm/msr-firebase.svg?style=flat

## Table of Contents
- [Features](#features)
- [Installation](#installation)
- [Examples](#examples)
- [Documentation](#documentation)

## Features
## Installation
## Examples
## Documentation

## How to obtain Service Account Key

Firebase Documentation: https://firebase.google.com/docs/admin/setup

Steps:
1. Open
`https://console.firebase.google.com/project/{your_project_id}/settings/serviceaccounts/adminsdk` link, 
    where {your_project_id} should be replaced
2. Click **Generate new private key** button and download your private key as a JSON file
