close
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: moconnell/python-firebase
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: ozgur/python-firebase
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 20 commits
  • 9 files changed
  • 11 contributors

Commits on May 6, 2015

  1. Work with Python3.4

    hobthross committed May 6, 2015
    Configuration menu
    Copy the full SHA
    60daaaa View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2015

  1. add ability to customize requests ReadTimeout if session with timeout…

    … attribute is passed in, otherwise default to decorators value
    Honeybadgr
    Honeybadgr committed Dec 1, 2015
    Configuration menu
    Copy the full SHA
    8ce5645 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2016

  1. Configuration menu
    Copy the full SHA
    914a2ad View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2016

  1. Configuration menu
    Copy the full SHA
    131d1fa View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2018

  1. Merge pull request ozgur#61 from AdeshAtole/master

    Fixed broken link to firebase logo
    b4oshany authored Aug 10, 2018
    Configuration menu
    Copy the full SHA
    e0db103 View commit details
    Browse the repository at this point in the history
  2. Merge pull request ozgur#43 from rwillmer/master

    Work with Python3.4
    b4oshany authored Aug 10, 2018
    Configuration menu
    Copy the full SHA
    e133f24 View commit details
    Browse the repository at this point in the history
  3. Merge pull request ozgur#53 from TylerAldrich/connection_timeouts

    Modify requests ReadTimeout
    b4oshany authored Aug 10, 2018
    Configuration menu
    Copy the full SHA
    a037582 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2019

  1. Configuration menu
    Copy the full SHA
    9fccf87 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2019

  1. Merge pull request ozgur#93 from Ctrl-Technologies/python3.7_compatib…

    …ility
    
    Initial rename of async to multiprocess_pool for python3.7 compatibility
    b4oshany authored Mar 12, 2019
    Configuration menu
    Copy the full SHA
    1c0dfae View commit details
    Browse the repository at this point in the history
  2. Update setup.py

    b4oshany authored Mar 12, 2019
    Configuration menu
    Copy the full SHA
    6b96b32 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2019

  1. Don't overwrite firebase name (import is made invisible)

    The demo code overwrites the import which could be confusing for beginners. Calling the tool `fb_app` instead should make it clearer.
    kmader authored Jul 22, 2019
    Configuration menu
    Copy the full SHA
    dc269ee View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2019

  1. docs(README): Fix TODO badges

     - Fix TODO badges `*` to `- [ ]`
    emrcftci committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    b542239 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2019

  1. Configuration menu
    Copy the full SHA
    18adce9 View commit details
    Browse the repository at this point in the history
  2. Clarification

    darrelfrancis committed Nov 13, 2019
    Configuration menu
    Copy the full SHA
    fe98298 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2020

  1. Merge pull request ozgur#104 from darrelfrancis/master

    Edits to text on the Readme page
    b4oshany authored Apr 5, 2020
    Configuration menu
    Copy the full SHA
    4cbbed6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request ozgur#100 from kmader/patch-1

    Don't overwrite firebase name (import is made invisible)
    b4oshany authored Apr 5, 2020
    Configuration menu
    Copy the full SHA
    0493ce4 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2020

  1. Merge pull request ozgur#103 from emrcftci/master

    docs(README): Fix TODO badges
    ozgur authored Apr 13, 2020
    Configuration menu
    Copy the full SHA
    05c018f View commit details
    Browse the repository at this point in the history
  2. Merge pull request ozgur#72 from 14NGiestas/patch-1

    Fixes "400 Client Error: Bad Request" error
    ozgur authored Apr 13, 2020
    Configuration menu
    Copy the full SHA
    0d79d76 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Update firebase.py

    refactor with fstring to format string to make code more Pythonic.
    anonymousdouble authored Dec 19, 2023
    Configuration menu
    Copy the full SHA
    a997ffc View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Merge pull request ozgur#114 from anonymousdouble/patch-1

    Update firebase.py
    ozgur authored May 6, 2024
    Configuration menu
    Copy the full SHA
    fd76de2 View commit details
    Browse the repository at this point in the history
Loading