Code Monkey home page Code Monkey logo

socialapp's Introduction

Video Sharing Social App

Use Firebase Authentication to let users log in with Firebase account using their email addresses and passwords.

Upload video posts on the server from device gallery or camera.

Scroll users posts list, post comments, tap likess and share links with friends.

Watch videos after click on post or download them by tapping on the link.

UI tests with Espresso.

alt tag

If you want to use your own account, in order to allow login to your app, allow authentication via email and password in tab Authentication/Sign-in method in your project settings (https://console.firebase.google.com/project/YOUR_PROJECT/authentication/providers) Also, check Database rules in project settings (https://console.firebase.google.com/project/YOUR_PROJECT/database/YOUR_PROJECT/rules). My project uses below configs
{
"rules": {
".read": "auth != null",
".write": "auth != null"
}
}

socialapp's People

Contributors

roma-sck avatar volnyansky avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

socialapp's Issues

unable to login

Hi,

I have configured Firebase account and implemented the json file in this project app and i unable to login or create user. can you please explain how to implement this project in firebase and what changes we have to make in our app. kindly send the details.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.