Skip to content

issue with pyrebase setup, python environment, and/or firebase #448

@sydneyzhang18

Description

@sydneyzhang18

I'm trying to retrieve the last piece of data added to my firebase database using data = db.child("problem").order_by_key().limit_to_last(1).get().val() but I get the attached errors, which don't occur when I simply do db.child("problem").get().val(). All of the code works accurately on my collaborator's device so I'm unsure where the problem is (whether it's my device's python set up, my pyrebase installation, or any settings I missed). From what I can tell, the errors I get seem to be related to pyrebase mainly? Any insight would be really helpful!

screenshot_2023-08-04_at_12 55 06_pm_720

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions