Results 4 issues of Denis

In my case when the dataRef (The Firebase location to watch for data changes) gives a null snapshot value I wanted to trigger the parseSnapshot method in order to create...

type: feature request
database

When upgrading from `2.1.8` to `2.1.9` or any newer version I get this crash when I call the `registerInsights` function: ``` java.lang.NoSuchMethodError: No static method ConfigurationInsights$default(Lcom/algolia/search/model/ApplicationID;Lcom/algolia/search/model/APIKey;JJLcom/algolia/search/logging/LogLevel;Ljava/util/List;Ljava/util/Map;Lio/ktor/client/engine/HttpClientEngine;Lkotlin/jvm/functions/Function1;Lcom/algolia/search/logging/Logger;ILjava/lang/Object;)Lcom/algolia/search/configuration/ConfigurationInsights; in class Lcom/algolia/search/configuration/ConfigurationInsightsKt; or...

**What is your use-case and why do you need this feature?** With the recent release of the [compose-screenshot-testing](https://developer.android.com/studio/preview/compose-screenshot-testing) library by Google, I'm wondering if it's possible to integrate screenshot tests...

Feature
Implement in KGP

Telegram has now a test environment -> https://core.telegram.org/bots/features#dedicated-test-environment Everything is identical except the path for the requests has `test/` at the end. Example: `https://api.telegram.org/bot/test/METHOD_NAME` I don't see a way to...