Skip to content

Commit d81a13e

Browse files
authored
Move example project to an individual repository (#64)
1 parent 125f656 commit d81a13e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+17
-10883
lines changed

.circleci/config.yml

-182
This file was deleted.

.gitattributes

+12-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,12 @@
1-
*.pbxproj -text
1+
*.pbxproj -text
2+
3+
# Set the default behavior, in case people don't have core.autocrlf set.
4+
* text=auto
5+
6+
# Declare files that will always have LF line endings on checkout.
7+
*.js text eol=lf
8+
*.jsx text eol=lf
9+
10+
# Denote all files that are truly binary and should not be modified.
11+
*.png binary
12+
*.jpg binary

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11

22
[![oijusti](https://circleci.com/gh/oijusti/react-native-firebaseui-auth.svg?style=svg)](https://circleci.com/gh/oijusti/react-native-firebaseui-auth)
33

4-
[![Build Status](https://travis-ci.org/oijusti/react-native-firebaseui-auth.svg?branch=master)](https://travis-ci.org/oijusti/react-native-firebaseui-auth)
5-
64
[prs]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg
75
[prs-url]: https://github.com/oijusti/react-native-firebaseui-auth#contributing
86

97
[![npm version](https://badge.fury.io/js/react-native-firebaseui-auth.svg)](https://www.npmjs.com/package/react-native-firebaseui-auth) [![PR's welcome][prs]][prs-url]
108

119
<a href="https://npmcharts.com/compare/react-native-firebaseui-auth?minimal=true">
12-
<img src="https://img.shields.io/npm/dt/react-native-firebaseui-auth?color=46c71f"/>
10+
<img src="https://img.shields.io/npm/dy/react-native-firebaseui-auth?color=46c71f"/>
1311
</a>
1412

1513
<a href="https://npmcharts.com/compare/react-native-firebaseui-auth?minimal=true">
@@ -246,6 +244,7 @@ When an anonymous user signs in or signs up with a permanent account, the `autoU
246244
```
247245
248246
## Example Project
247+
Download example from [react-native-firebaseui-auth-example](https://github.com/oijusti/react-native-firebaseui-auth-example)
249248
250249
Create a project in the [Firebase Console](https://console.firebase.google.com) and add apps for Android and iOS. Then enable Email/Password provider in Authentication.
251250

example/.bundle/config

-2
This file was deleted.

example/.eslintrc.js

-4
This file was deleted.

example/.gitignore

-66
This file was deleted.

example/.prettierrc.js

-7
This file was deleted.

example/.watchmanconfig

-1
This file was deleted.

0 commit comments

Comments
 (0)