Giter Site home page Giter Site logo

vladislavantonyuk / continueonpc Goto Github PK

View Code? Open in Web Editor NEW
7.0 3.0 0.0 882 KB

Android Share and iOS Safari Extension to continue browsing on Desktop.

License: MIT License

C# 100.00%
firebase firebase-database ios-extension safari xamarin xamarin-forms xamarin-ios dotnet dotnet-maui maui

continueonpc's Introduction

Continue On PC

This project is tested with BrowserStack. License: MIT.

Build

  1. dotnet build
  2. &"${Env:ProgramFiles(x86)}\Windows Kits\10\App Certification Kit\MakeAppx.exe" pack /v /h SHA256 /d "ContinueOnPC\bin\Release\net8.0-windows10.0.19041.0\win10-x64" /p "output/Windows/ContinueOnPC.msix"

Setup Firebase account

  1. Create a new project on https://console.firebase.google.com/
  2. Enable authentication by Email/Password on https://console.firebase.google.com/u/0/project/YOUR_PROJECT_ID/authentication/providers
  3. Create a new user on https://console.firebase.google.com/u/0/project/YOUR_PROJECT_ID/authentication/users
  4. Copy User UID.
  5. Create real-time database on https://console.firebase.google.com/u/0/project/YOUR_PROJECT_ID/database
  6. Choose Start in LockedMode
  7. Edit rules:
{
  "rules": {
    ".read": "auth.uid === 'USER UID from step 4'",
    ".write": "auth.uid === 'USER UID from step 4'"
  }
}

Setup application

  1. Start iOS App.
  2. Fill all fields.
  3. Start desktop app.
  4. Enter the same data as on step 2.
  5. Click connect.
  6. Switch back to the iOS app. Click Test button. If everything is correct, the link should appear in Firebase Realtime database.
  7. Switch back to the desktop. The browser should open the new tab with the link from the phone.

continueonpc's People

Contributors

dependabot[bot] avatar vladislavantonyuk avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  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.