GithubHelp home page GithubHelp logo

ryasnoy / falconmessenger Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rmizin/falconmessenger

1.0 1.0 0.0 102.32 MB

Falcon Messenger is a fast and beautiful cloud-based messaging app. App based on this repository is available on the App Store.

Home Page: http://itunes.apple.com/app/id1313765714

License: Apache License 2.0

Swift 99.88% Objective-C 0.06% Ruby 0.06%

falconmessenger's Introduction

App Store App Store App Store



App Store

CLOUD-BASED: You won't lose any of your data when you change your mobile phone or reinstall the app. All you need is to re-authenticate with your phone number.

SYNCED: Your messages sync seamlessly across any number of your devices.

GROUP CHATS: Create group chats, and have fun together with your friends, family or even enemies.

NIGHT MODE: Falcon messenger has a beautiful pure black night mode, which looks especially amazing on iPhone X.

PERSONAL CLOUD STORAGE: You can store text, photos, videos and voice messages in the cloud, by sending them to your personal storage.

SIMPLE AUTHENTICATION PROCESS: No emails and passwords anymore. Authenticate with your phone number and start using Falcon Messenger within a minute.

BIOMETRICS SUPPORT: Keep your conversations away from unwanted eyes by using your Touch ID, Face ID or Passcode to unlock Falcon Messenger.



App Store



App Store App Store App Store



App Store

Follow these simple steps:

1. Open the Pigeon-project.xcworkspace in Xcode.
2. Change the Bundle Identifier to match your domain.
3. Go to Firebase and create new project.
4. Select "Add Firebase to your iOS app" option, type the bundle Identifier & click continue.
5. Download "GoogleService-Info.plist" file and add to the project. Make sure file name is "GoogleService-Info.plist".
6. Enable reCaptcha:

6.1. Go to your GoogleService-Info.plist;
6.2. Find the key “REVERSED_CLIENT_ID” and copy its value;
6.3. Go to Project/targets/info/URLTypes;
6.4. Paste the Value to URL schemes field;
6.5. Select “Editor” in the “Role“ field.
7. Go to Firebase Console, select your project, choose "Authentication" from left menu.
8. Select "SIGN-IN METHOD" and enable "Phone" option.
9. Add Firebase storage rules:

	service firebase.storage {
	  match /b/{bucket}/o {
	    match /{allPaths=**} {
	      allow read, write;
	    }
	  }
	}

10. Add Firebase Realtime Database Rules:

	{ 
	  "rules": {
	    ".read": true,
	    ".write": "auth != null",

	    "users": {
	      ".indexOn": "phoneNumber"
	    }
	  }   
	}

Note before last step: if you don't have cocoapods installed on your computer, you have to install it first. You can do it by opening the terminal and running "sudo gem install cocoapods" (without quotation marks), then do the step №8. If you already have cocoapods installed, ignore this note.

11. Open the terminal, navigate to project folder and run "pod update" (without quotation marks).



App Store App Store



LICENSE.md LICENSE.md

falconmessenger's People

Contributors

rmizin avatar

Stargazers

 avatar

Watchers

 avatar

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.