firebase-rest-api
firebase-rest-api copied to clipboard
[Unshallow] : Unshallow method needed to switch betweeen shallow and unshallow database queries
Is your proposal related to a problem?
After call to shallow() dictionary build_query is changed permamantly. Instead of changing internals of Database() object from outside it's better to have public method.
Describe the solution you'd like.
def unshallow() :
if ('shallow' in self.build_query):
del self.build_query['shallow']
Describe alternatives you've considered.
No response
Additional context.
No response
Hello @folkien , thank you for submitting an issue! A project committer will shortly review the issue.